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