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