public class CryptoException extends Exception
Constructor and Description |
---|
CryptoException()
base constructor.
|
CryptoException(String message)
create a CryptoException with the given message.
|
CryptoException(String message,
Throwable cause)
Create a CryptoException with the given message and underlying cause.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause() |
getMessage, initCause, printStackTrace, printStackTrace, toString