Class QueryLimitException

All Implemented Interfaces:
Serializable

public class QueryLimitException extends AbstractRuntimeException
Thrown if query results exceeds the row limit. The default query row limit is 1000000.
Since:
2.3
See Also:
  • Constructor Details

    • QueryLimitException

      public QueryLimitException(String message)
      Creates a QueryLimitException with the specified detail message.
      Parameters:
      message - The detail message (which is saved for later retrieval by the AbstractRuntimeException.getMessage() method).