Class PagingNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.manager.application.PagingNotSupportedException
- All Implemented Interfaces:
Serializable
Indicates that paging is not supported for the given type of query and directory setup.
In other words this exception means that efficient paging can't be easily implemented and thus executing query
for all results should be considered.
- See Also:
-
Constructor Summary
ConstructorDescriptionPagingNotSupportedException
(String message) PagingNotSupportedException
(String message, Throwable cause) PagingNotSupportedException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PagingNotSupportedException
-
PagingNotSupportedException
-
PagingNotSupportedException
-
PagingNotSupportedException
-