Class XACMLParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.authorization.xacml.XACMLParsingException
- All Implemented Interfaces:
Serializable
This exception may be thrown during parsing of a XACML.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXACMLParsingException(String message) Creates a new xacml parsing exception with the given error message.XACMLParsingException(String message, Throwable cause) Creates a new xacml parsing exception with the given error message, caused by the given exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XACMLParsingException
Creates a new xacml parsing exception with the given error message.- Parameters:
message- the error message
-
XACMLParsingException
Creates a new xacml parsing exception with the given error message, caused by the given exception.- Parameters:
message- the error messagecause- the error cause
-