|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.n52.security.decision.DecisionProcessingException
public class DecisionProcessingException
Class DecisionProcessingException represents an error during the processing of a policy decision.
It is only valid to throw this type of exception if the decision can not be maked caused of a wrong request document or not understand attributes.
Constructor Summary | |
---|---|
DecisionProcessingException(java.lang.String message)
Constructor DecisionProcessingException creates a new DecisionProcessingException instance with a message, identifying the reason of the exception. |
|
DecisionProcessingException(java.lang.String message,
java.lang.Throwable cause)
Constructor DecisionProcessingException creates a new DecisionProcessingException instance with a customized message and the underlying excepion identifying the reason of the exception. |
|
DecisionProcessingException(java.lang.Throwable cause)
Constructor DecisionProcessingException creates a new DecisionProcessingException instance with the underlying exception identifying the reason of the exception. |
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 DecisionProcessingException(java.lang.String message)
message
- of type Stringpublic DecisionProcessingException(java.lang.Throwable cause)
cause
- of type Throwablepublic DecisionProcessingException(java.lang.String message, java.lang.Throwable cause)
message
- of type Stringcause
- of type Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |