org.jboss.jca.common.api.validator
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ValidateException
public ValidateException(String message)
- Constructs a new exception with the specified detail message.
- Parameters:
message - The message
ValidateException
public ValidateException(String message,
Throwable cause)
- Constructs a new exception with the specified detail message and cause.
- Parameters:
message - The messagecause - The cause
Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)