public class ValidateException
extends java.lang.Exception
Constructor and Description |
---|
ValidateException(java.lang.String message)
Constructs a new exception with the specified detail message.
|
ValidateException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
public ValidateException(java.lang.String message)
message
- The messagepublic ValidateException(java.lang.String message, java.lang.Throwable cause)
message
- The messagecause
- The causeCopyright © 2013 IronJacamar (http://www.ironjacamar.org)