public class EncryptionException extends RuntimeException
| Constructor and Description |
|---|
EncryptionException(String message)
Creates a new encryption exception.
|
EncryptionException(String message,
Throwable cause)
Creates a new encryption exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EncryptionException(String message, Throwable cause)
message - message of exceptioncause - nested cause of exceptionpublic EncryptionException(String message)
message - message of exceptionCopyright © 2014. All rights reserved.