org.glite.security.authz
Class AttributeException

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

public class AttributeException
extends AuthorizationException

This exception is thrown when an exception occured during attribute collection.

See Also:
Serialized Form

Constructor Summary
AttributeException(java.lang.String message)
          Constructor.
AttributeException(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

AttributeException

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

Parameters:
message - the error message

AttributeException

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

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