Package org.iplass.mtp.webapi.entity
Class SearchResultLimitExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.iplass.mtp.MtpException
org.iplass.mtp.ApplicationException
org.iplass.mtp.webapi.entity.SearchResultLimitExceededException
- All Implemented Interfaces:
Serializable
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.
Note: This exception is thrown if the EntityWebApiService settings are set to throw an exception when the limit is exceeded.
- See Also:
-
Constructor Summary
ConstructorDescriptionSearchResultLimitExceededException
(String message) SearchResultLimitExceededException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SearchResultLimitExceededException
public SearchResultLimitExceededException() -
SearchResultLimitExceededException
-
SearchResultLimitExceededException
-
SearchResultLimitExceededException
-