Class SearchResultLimitExceededException

All Implemented Interfaces:
Serializable

public class SearchResultLimitExceededException extends ApplicationException
Exception that is thrown when the search limit is reached in Entity CRUD Web API.
Note: This exception is thrown if the EntityWebApiService settings are set to throw an exception when the limit is exceeded.
See Also:
  • Constructor Details

    • SearchResultLimitExceededException

      public SearchResultLimitExceededException()
    • SearchResultLimitExceededException

      public SearchResultLimitExceededException(String message, Throwable cause)
    • SearchResultLimitExceededException

      public SearchResultLimitExceededException(String message)
    • SearchResultLimitExceededException

      public SearchResultLimitExceededException(Throwable cause)