com.sun.identity.xacml.common
Class XACMLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.identity.shared.locale.L10NMessageImpl
              extended by com.sun.identity.saml2.common.SAML2Exception
                  extended by 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

Constructor Summary
XACMLException(String message)
          Constructs a new XACMLException with the given message.
XACMLException(Throwable t)
          Constructs an XACMLException with given Throwable.
 
Method Summary
 
Methods inherited from class com.sun.identity.saml2.common.SAML2Exception
isRedirectionDone, setRedirectionDone
 

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.