Class XACMLParsingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.authorization.xacml.XACMLParsingException
All Implemented Interfaces:
Serializable

public class XACMLParsingException extends Exception
This exception may be thrown during parsing of a XACML.
See Also:
  • Constructor Details

    • XACMLParsingException

      public XACMLParsingException(String message)
      Creates a new xacml parsing exception with the given error message.
      Parameters:
      message - the error message
    • XACMLParsingException

      public XACMLParsingException(String message, Throwable cause)
      Creates a new xacml parsing exception with the given error message, caused by the given exception.
      Parameters:
      message - the error message
      cause - the error cause