java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.wicket.WicketRuntimeException
org.apache.wicket.authorization.AuthorizationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UnauthorizedActionException
,UnauthorizedInstantiationException
Base class for exceptions thrown as a result of authorization failure.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstruct.AuthorizationException
(String message) Construct.AuthorizationException
(String message, Throwable cause) Construct.AuthorizationException
(Throwable cause) Construct. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthorizationException
public AuthorizationException()Construct. -
AuthorizationException
Construct.- Parameters:
message
-
-
AuthorizationException
Construct.- Parameters:
message
-cause
-
-
AuthorizationException
Construct.- Parameters:
cause
-
-