Class ValidateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jboss.jca.common.api.validator.ValidateException
-
- All Implemented Interfaces:
Serializable
public class ValidateException extends Exception
The validate exception- Author:
- Jesper Pedersen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidateException(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 Detail
-
ValidateException
public ValidateException(String message)
Constructs a new exception with the specified detail message.- Parameters:
message- The message
-
-