public class SymmetricCipherException
extends java.lang.Exception
| Constructor and Description |
|---|
SymmetricCipherException()
Constructs an SymmetricCipherException with no detail message.
|
SymmetricCipherException(java.lang.String message)
Constructs an SymmetricCipherException with the specified detail message.
|
SymmetricCipherException(java.lang.String message,
java.lang.Throwable cause)
Creates a SymmetricCipherException with the specified detail message and cause.
|
SymmetricCipherException(java.lang.Throwable cause)
Creates a SymmetricCipherException with the specified cause
|
public SymmetricCipherException()
public SymmetricCipherException(java.lang.String message,
java.lang.Throwable cause)
message - - the details describing the exceptioncause - - the cause that triggered this exceptionpublic SymmetricCipherException(java.lang.String message)
message - - the details describing the exceptionpublic SymmetricCipherException(java.lang.Throwable cause)
cause - - the cause that triggered this exception