Class InvalidPageException

All Implemented Interfaces:
Serializable

public class InvalidPageException extends DbAdminException
Thrown during the computation of pagination if the requested page number is not valid within the current request (e.g. it is greater than the maximum available page). Used internally to redirect the user to a default page.
See Also:
  • Constructor Details

    • InvalidPageException

      public InvalidPageException()
    • InvalidPageException

      public InvalidPageException(String msg)