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