Class PagingNotSupportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.manager.application.PagingNotSupportedException
All Implemented Interfaces:
Serializable

public class PagingNotSupportedException extends Exception
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 Details

    • PagingNotSupportedException

      public PagingNotSupportedException(String message)
    • PagingNotSupportedException

      public PagingNotSupportedException(String message, Throwable cause)
    • PagingNotSupportedException

      public PagingNotSupportedException(Throwable cause)
    • PagingNotSupportedException

      public PagingNotSupportedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)