Package org.apache.wicket.authorization
Class AuthorizationException
- 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
public abstract class AuthorizationException extends WicketRuntimeException
Base class for exceptions thrown as a result of authorization failure.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthorizationException()
Construct.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 Detail
-
AuthorizationException
public AuthorizationException()
Construct.
-
AuthorizationException
public AuthorizationException(String message)
Construct.- Parameters:
message
-
-
AuthorizationException
public AuthorizationException(String message, Throwable cause)
Construct.- Parameters:
message
-cause
-
-
AuthorizationException
public AuthorizationException(Throwable cause)
Construct.- Parameters:
cause
-
-
-