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
getErrorCode, getL10NMessage, getMessage, getMessageArgs, getResourceBundleName
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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–2025 Open Identity Platform Community. All rights reserved.