public class SAMLRuntimeException extends RuntimeException
| コンストラクタと説明 |
|---|
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(String message)
message - exception messagepublic SAMLRuntimeException(Exception wrappedException)
wrappedException - exception to be wrapped by this oneCopyright © 2012. All Rights Reserved.