public class CipherException extends CoderException
| Constructor and Description | 
|---|
CipherException()
Constructs a CipherException with no detail message. 
 | 
CipherException(java.lang.String s)
Constructs a CipherException with the specified detail message. 
 | 
CipherException(java.lang.String message, java.lang.Throwable cause)  | 
CipherException(java.lang.Throwable cause)  | 
public CipherException(java.lang.String message,
               java.lang.Throwable cause)
public CipherException(java.lang.Throwable cause)
public CipherException()
public CipherException(java.lang.String s)
s - the detail message