public class SAMLException extends Exception
| Constructor and Description |
|---|
SAMLException(String message)
Construct a SAMLException with the provided error message.
|
SAMLException(String message,
Throwable cause)
Construct a SAMLException with the provided human-readable error message
and upstream cause.
|
SAMLException(Throwable cause)
Construct a SAMLException with the provided cause for the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SAMLException(String message)
message - The human-readable error message associated with this exception.public SAMLException(Throwable cause)
cause - The upstream cause of this exception.public SAMLException(String message, Throwable cause)
message - The human-readable error message associated with this exception.cause - The upstream cause associated with this exception.Copyright © 2020. All rights reserved.