Serializablepublic class DecryptionException extends Exception
| Modifier and Type | Field | Description |
|---|---|---|
int |
errorCode |
A component specific error code.
|
| Constructor | Description |
|---|---|
DecryptionException(int errorCode,
String message) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DecryptionException(int errorCode,
String message)
errorCode - A component specific error code.message - The detail message.