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