org.openpermis
Class PolicyDecisionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openpermis.PolicyDecisionException
All Implemented Interfaces:
Serializable

public class PolicyDecisionException
extends Exception

An exception that gets thrown when policy-based access control cannot be performed.

See Also:
Serialized Form
Since:
0.1.0

Constructor Summary
PolicyDecisionException()
          Creates an unspecified policy decision exception.
PolicyDecisionException(String message)
          Creates a policy decision exception with the specified message.
PolicyDecisionException(String message, Throwable cause)
          Creates a policy decision exception with the specified message and root cause.
PolicyDecisionException(Throwable cause)
          Creates a policy decision exception with the specified root cause.
 
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

PolicyDecisionException

public PolicyDecisionException()
Creates an unspecified policy decision exception.

Since:
0.1.0

PolicyDecisionException

public PolicyDecisionException(String message)
Creates a policy decision exception with the specified message.

Parameters:
message - the message for this exception.
Since:
0.1.0

PolicyDecisionException

public PolicyDecisionException(Throwable cause)
Creates a policy decision exception with the specified root cause.

Parameters:
cause - the Throwable causing this exception to be thrown.
Since:
0.1.0

PolicyDecisionException

public PolicyDecisionException(String message,
                               Throwable cause)
Creates a policy decision exception with the specified message and root cause.

Parameters:
message - the message for this exception.
cause - the Throwable causing this exception to be thrown.
Since:
0.1.0


OpenPermis Role Based Access Control 0.9.0 (Build 16)
2009/08/13 07:16:59
Copyright (c) 2002-2007 Ergon Informatik AG