Package org.eclipse.emf.cdo.util
Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.emf.cdo.util.CommitException
org.eclipse.emf.cdo.util.DataIntegrityException
org.eclipse.emf.cdo.util.ValidationException
- All Implemented Interfaces:
Serializable
A
data integrity exception
indicating that the attempt
to commit a transaction was rejected because of violation of server-side validation checks.- Since:
- 4.3
- Author:
- Christian W. Damus (CEA LIST)
- See Also:
-
Constructor Summary
ConstructorDescriptionValidationException
(String message) ValidationException
(String message, Throwable cause) ValidationException
(Throwable cause) -
Method Summary
Methods inherited from class org.eclipse.emf.cdo.util.CommitException
isLocal, wrap
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationException
public ValidationException() -
ValidationException
-
ValidationException
-
ValidationException
-