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:
java.io.Serializable
public class QueryResultSizeExceededException extends HazelcastException
This exception is thrown when a query exceeds a configurable result size limit.
-
-
Constructor Summary
Constructors Constructor Description QueryResultSizeExceededException()
QueryResultSizeExceededException(int maxResultLimit, java.lang.String optionalMessage)
QueryResultSizeExceededException(java.lang.String message)
-
-
-
Constructor Detail
-
QueryResultSizeExceededException
public QueryResultSizeExceededException(java.lang.String message)
-
QueryResultSizeExceededException
public QueryResultSizeExceededException()
-
QueryResultSizeExceededException
public QueryResultSizeExceededException(int maxResultLimit, java.lang.String optionalMessage)
-
-