public class SAMLException extends Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serial version UID.
|
| Constructor and Description |
|---|
SAMLException()
Constructor.
|
SAMLException(Exception wrappedException)
Constructor.
|
SAMLException(String message)
Constructor.
|
SAMLException(String message,
Exception wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public SAMLException()
public SAMLException(@Nullable String message)
message - exception messagepublic SAMLException(@Nullable Exception wrappedException)
wrappedException - exception to be wrapped by this oneCopyright © 1999–2017 Shibboleth Consortium. All rights reserved.