Class XACMLException

  • All Implemented Interfaces:
    com.sun.identity.shared.locale.L10NMessage, Serializable

    @SupportedAll
    public class XACMLException
    extends SAML2Exception
    This class is an extension point for all XACML related exceptions. This class also handles message localization in XACML exceptions.
    See Also:
    Serialized Form
    • Constructor Detail

      • 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.