Package org.kuali.rice.krad.exception
Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.rice.core.framework.persistence.jta.NoRollbackRuntimeException
org.kuali.rice.krad.exception.ValidationException
- All Implemented Interfaces:
Serializable
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValidationException(String message) Create an ValidationException with the given messageValidationException(String message, Throwable cause) Create an ValidationException with the given 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
-
ValidationException
Create an ValidationException with the given message- Parameters:
message-
-
ValidationException
Create an ValidationException with the given message and cause- Parameters:
message-cause-
-