org.glite.security.authz
Class AuthorizationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.glite.security.authz.AuthorizationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AttributeException

public class AuthorizationException
extends java.lang.Exception

This exception is thrown to stop the evaluation of an authorization chain.

See Also:
Serialized Form

Constructor Summary
AuthorizationException(java.lang.String message)
          Constructor.
AuthorizationException(java.lang.String message, java.lang.Exception cause)
          Constructor.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthorizationException

public AuthorizationException(java.lang.String message)
Constructor.

Parameters:
message - the error message

AuthorizationException

public AuthorizationException(java.lang.String message,
                              java.lang.Exception cause)
Constructor.

Parameters:
message - the error message
cause - the chained exception