public class CryptoException
extends java.lang.Exception
| Constructor and Description |
|---|
CryptoException()
base constructor.
|
CryptoException(java.lang.String message)
create a CryptoException with the given message.
|
CryptoException(java.lang.String message,
java.lang.Throwable cause)
Create a CryptoException with the given message and underlying cause.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause() |
public CryptoException()
public CryptoException(java.lang.String message)
message - the message to be carried with the exception.public CryptoException(java.lang.String message,
java.lang.Throwable cause)
message - message describing exception.cause - the throwable that was the underlying cause.