public class XACMLException extends SAML2Exception
Constructor and Description |
---|
XACMLException(String message)
Constructs a new
XACMLException with the given
message. |
XACMLException(Throwable t)
Constructs an
XACMLException with given
Throwable . |
isRedirectionDone, setRedirectionDone
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public XACMLException(String message)
XACMLException
with the given
message.message
- message for this exception. This message can be later
retrieved by getMessage()
method.public XACMLException(Throwable t)
XACMLException
with given
Throwable
.t
- Exception nested in the new exception.Copyright © 2010-2018, ForgeRock All Rights Reserved.