public class SAMLRuntimeException extends RuntimeException
| Constructor and Description |
|---|
SAMLRuntimeException()
Constructor.
|
SAMLRuntimeException(Exception wrappedException)
Constructor.
|
SAMLRuntimeException(String message)
Constructor.
|
SAMLRuntimeException(String message,
Exception wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SAMLRuntimeException()
public SAMLRuntimeException(@Nullable String message)
message - exception messagepublic SAMLRuntimeException(@Nullable Exception wrappedException)
wrappedException - exception to be wrapped by this oneCopyright © 2016 JBoss by Red Hat. All rights reserved.