public class BindingException extends SAMLException
| コンストラクタと説明 |
|---|
BindingException()
Constructor.
|
BindingException(Exception wrappedException)
Constructor.
|
BindingException(String message)
Constructor.
|
BindingException(String message,
Exception wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BindingException()
public BindingException(String message)
message - exception messagepublic BindingException(Exception wrappedException)
wrappedException - exception to be wrapped by this oneCopyright © 2012. All Rights Reserved.