public class CryptoException extends Exception
| Constructor and Description |
|---|
CryptoException()Base constructor. |
CryptoException(String message)Constructs a CryptoException with the given message. |
CryptoException(String message,
Throwable cause)Constructs a CryptoException with the given message and cause. |
| Modifier and Type | Method and Description |
|---|---|
Throwable | getCause() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CryptoException()
public CryptoException(String message)
message - the message to be carried with the exception