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