Class ValidateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.jca.common.api.validator.ValidateException
- All Implemented Interfaces:
Serializable
The validate exception
- Author:
- Jesper Pedersen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValidateException(String message) Constructs a new exception with the specified detail message.ValidateException(String message, Throwable cause) Constructs a new exception with the specified detail message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidateException
Constructs a new exception with the specified detail message.- Parameters:
message- The message
-
ValidateException
Constructs a new exception with the specified detail message and cause.- Parameters:
message- The messagecause- The cause
-