public class CryptoException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
CryptoException(java.lang.String message)
Creates a new crypto exception.
|
CryptoException(java.lang.String message,
java.lang.Throwable cause)
Creates a new crypto exception.
|
public CryptoException(java.lang.String message)
message - The exception message.public CryptoException(java.lang.String message,
java.lang.Throwable cause)
message - The exception message.cause - The exception cause.