Class 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:
  • Constructor Details

    • QueryResultSizeExceededException

      public QueryResultSizeExceededException(String message)
    • QueryResultSizeExceededException

      public QueryResultSizeExceededException()
    • QueryResultSizeExceededException

      public QueryResultSizeExceededException(int maxResultLimit, String optionalMessage)