Class ObligationProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opensaml.xacml.ctx.provider.impl.ObligationProcessingException
- All Implemented Interfaces:
Serializable
Exception thrown if there is a problem evaluating an obligation.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.ObligationProcessingException
(Exception wrappedException) Constructor.ObligationProcessingException
(String message) Constructor.ObligationProcessingException
(String message, Exception wrappedException) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerial version UID.- See Also:
-
-
Constructor Details
-
ObligationProcessingException
public ObligationProcessingException()Constructor. -
ObligationProcessingException
Constructor.- Parameters:
message
- exception message
-
ObligationProcessingException
Constructor.- Parameters:
wrappedException
- exception to be wrapped by this one
-
ObligationProcessingException
Constructor.- Parameters:
message
- exception messagewrappedException
- exception to be wrapped by this one
-