public class SigningException extends CryptoException
| Constructor and Description |
|---|
SigningException()
Create a new instance of
EncryptionException |
SigningException(Throwable cause)
Create a new instance of
EncryptionException |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SigningException()
EncryptionExceptionpublic SigningException(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.