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:
ClusterProperty.QUERY_RESULT_SIZE_LIMIT, Serialized Form
  • Constructor Details

    • QueryResultSizeExceededException

      public QueryResultSizeExceededException​(String message)
    • QueryResultSizeExceededException

      public QueryResultSizeExceededException()
    • QueryResultSizeExceededException

      public QueryResultSizeExceededException​(int maxResultLimit, String optionalMessage)