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