|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.openpermis.PolicyDecisionException
public class PolicyDecisionException
An exception that gets thrown when policy-based access control cannot be performed.
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 |
---|
public PolicyDecisionException()
public PolicyDecisionException(String message)
message
- the message for this exception.public PolicyDecisionException(Throwable cause)
cause
- the Throwable
causing this exception to be thrown.public PolicyDecisionException(String message, Throwable cause)
message
- the message for this exception.cause
- the Throwable
causing this exception to be thrown.
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
PERMIS Role Based Access Control 0.4.0 (Build 15)
2009/05/20 08:14:49
Copyright (c) 2002-2007 Ergon Informatik AG