public class EncryptionException extends CryptoException
| Constructor and Description |
|---|
EncryptionException()
Create a new instance of
EncryptionException |
EncryptionException(Throwable cause)
Create a new instance of
EncryptionException |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EncryptionException()
EncryptionExceptionpublic EncryptionException(Throwable cause)
EncryptionExceptioncause - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)Copyright © 2016. All rights reserved.