public class DecryptionException extends Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serial version UID.
|
| Constructor and Description |
|---|
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, toStringprivate static final long serialVersionUID
public DecryptionException()
public DecryptionException(@Nullable String message)
message - exception messagepublic DecryptionException(@Nullable Exception wrappedException)
wrappedException - exception to be wrapped by this oneCopyright © 1999–2014. All rights reserved.