com.hazelcast.map
Class QueryResultSizeExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hazelcast.core.HazelcastException
com.hazelcast.map.QueryResultSizeExceededException
- All Implemented Interfaces:
- Serializable
public class QueryResultSizeExceededException
- extends HazelcastException
This exception is thrown when a query exceeds a configurable result size limit.
- See Also:
GroupProperties.PROP_QUERY_RESULT_SIZE_LIMIT
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
QueryResultSizeExceededException
public QueryResultSizeExceededException(String message)
QueryResultSizeExceededException
public QueryResultSizeExceededException()
QueryResultSizeExceededException
public QueryResultSizeExceededException(int maxResultLimit,
String optionalMessage)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.