eu.semiramis.policyManager.pdp
Class EvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
eu.semiramis.policyManager.pdp.EvaluationException
- All Implemented Interfaces:
- java.io.Serializable
public class EvaluationException
- extends java.lang.Exception
An EvaluationException
is thrown when the evaluation of a XACML
Requests fails.
- Author:
- Paolo Roccetti
- See Also:
- Serialized Form
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 |
EvaluationException
public EvaluationException()
EvaluationException
public EvaluationException(java.lang.String message)
- Parameters:
message
-
EvaluationException
public EvaluationException(java.lang.Throwable cause)
- Parameters:
cause
-
EvaluationException
public EvaluationException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
-