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