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