@License public class CryptoException extends Exception
| Constructor and Description |
|---|
CryptoException()
Default constructor.
|
CryptoException(String message)
Constructor.
|
CryptoException(String message,
Throwable cause)
Constructor.
|
CryptoException(Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CryptoException()
public CryptoException(String message)
messages - the exception message.public CryptoException(Throwable cause)
cause - the root cause of the exception.Copyright © 2012-2014 Andrea Funtò. See here for terms and conditions.