Class InvalidPageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tech.ailef.dbadmin.external.exceptions.DbAdminException
tech.ailef.dbadmin.external.exceptions.InvalidPageException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidPageException
public InvalidPageException() -
InvalidPageException
-