org.apache.wicket.authorization
Class AuthorizationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.wicket.WicketRuntimeException
                  extended by 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
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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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 -


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.