public class XECipherException extends XEException
| Constructor and Description |
|---|
XECipherException()
Create a non-argument
XECipherException instance. |
XECipherException(java.lang.String s)
Create a new
XECipherException instance
with the given message string. |
XECipherException(java.lang.String s,
java.lang.Throwable cause)
Create a new
XEException instance
with the given message string and cause |
XECipherException(java.lang.Throwable cause)
Create a new
XEException instance
with the given cause |
public XECipherException()
XECipherException instance.public XECipherException(java.lang.Throwable cause)
XEException instance
with the given causepublic XECipherException(java.lang.String s)
XECipherException instance
with the given message string.public XECipherException(java.lang.String s,
java.lang.Throwable cause)
XEException instance
with the given message string and cause