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
public class ValidationException
- extends NoRollbackRuntimeException
ValidationException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ValidationException
public ValidationException(String message)
- Create an ValidationException with the given message
- Parameters:
message
-
ValidationException
public ValidationException(String message,
Throwable cause)
- Create an ValidationException with the given message and cause
- Parameters:
message
- cause
-
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.