public class CryptoException extends VirgilException
| Constructor and Description |
|---|
CryptoException()
Create a new instance of
CryptoException |
CryptoException(String message)
Create a new instance of
CryptoException with the specified
detail message. |
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.)public CryptoException(String message)
CryptoException with the specified
detail message.message - the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() method.Copyright © 2016. All rights reserved.