com.sun.identity.xacml.common
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
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
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.