Package 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
This exception is thrown when a query exceeds a configurable result size limit.
-
Constructor Summary
ConstructorDescriptionQueryResultSizeExceededException
(int maxResultLimit, String optionalMessage) QueryResultSizeExceededException
(String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QueryResultSizeExceededException
-
QueryResultSizeExceededException
public QueryResultSizeExceededException() -
QueryResultSizeExceededException
-