org.glite.security.authz
Class InvalidPolicyException

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

public class InvalidPolicyException
extends java.lang.Exception

This exception is thrown when an invalid policy was found.

See Also:
Serialized Form

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

InvalidPolicyException

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

Parameters:
message - the error message

InvalidPolicyException

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

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