public class NXvalidateException
extends java.lang.Exception
| Constructor and Description |
|---|
NXvalidateException()
Creates a new instance of
NXvalidateException without detail message. |
NXvalidateException(java.lang.String msg)
Constructs an instance of
NXvalidateException with the specified detail message. |
NXvalidateException(java.lang.String msg,
java.lang.Throwable cause) |
NXvalidateException(java.lang.Throwable cause) |
public NXvalidateException()
NXvalidateException without detail message.public NXvalidateException(java.lang.String msg)
NXvalidateException with the specified detail message.msg - the detail message.public NXvalidateException(java.lang.String msg,
java.lang.Throwable cause)
public NXvalidateException(java.lang.Throwable cause)