Package org.eclipse.emf.cdo.util
Class DataIntegrityException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- org.eclipse.emf.cdo.util.CommitException
- 
- org.eclipse.emf.cdo.util.DataIntegrityException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 - Direct Known Subclasses:
- CommitIntegrityException,- DanglingIntegrityException,- ReferentialIntegrityException,- UnitIntegrityException,- ValidationException
 
 public class DataIntegrityException extends CommitException Acommit exceptionthat indicates data integrity problems.Subtypes of this exception allow to determine a more specific reason for the problem. They all have in common that it's usually not adequate to rollbackthe transaction, replay the model modifications and commit the transaction again.- Since:
- 4.2
- Author:
- Eike Stepper
- See Also:
- Serialized Form
- No Extend
- This interface is not intended to be extended by clients.
- No Instantiate
- This class is not intended to be instantiated by clients.
 
- 
- 
Constructor SummaryConstructors Constructor Description DataIntegrityException()DataIntegrityException(java.lang.String message)DataIntegrityException(java.lang.String message, java.lang.Throwable cause)DataIntegrityException(java.lang.Throwable cause)
 - 
Method Summary- 
Methods inherited from class org.eclipse.emf.cdo.util.CommitExceptionisLocal, wrap
 
- 
 
- 
- 
- 
Constructor Detail- 
DataIntegrityExceptionpublic DataIntegrityException() 
 - 
DataIntegrityExceptionpublic DataIntegrityException(java.lang.String message, java.lang.Throwable cause)
 - 
DataIntegrityExceptionpublic DataIntegrityException(java.lang.String message) 
 - 
DataIntegrityExceptionpublic DataIntegrityException(java.lang.Throwable cause) 
 
- 
 
-