Class XACMLException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.identity.shared.locale.L10NMessageImpl
com.sun.identity.saml2.common.SAML2Exception
com.sun.identity.xacml.common.XACMLException
All Implemented Interfaces:
com.sun.identity.shared.locale.L10NMessage, Serializable

@SupportedAll public class XACMLException extends com.sun.identity.saml2.common.SAML2Exception
This class is an extension point for all XACML related exceptions. This class also handles message localization in XACML exceptions.
See Also:
  • Constructor Details

    • XACMLException

      public XACMLException(String message)
      Constructs a new XACMLException with the given message.
      Parameters:
      message - message for this exception. This message can be later retrieved by getMessage() method.
    • XACMLException

      public XACMLException(Throwable t)
      Constructs an XACMLException with given Throwable.
      Parameters:
      t - Exception nested in the new exception.