Package org.eclipse.emf.cdo.util
Klasse DataIntegrityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.emf.cdo.util.CommitException
org.eclipse.emf.cdo.util.DataIntegrityException
- Alle implementierten Schnittstellen:
Serializable
- Bekannte direkte Unterklassen:
CommitIntegrityException,DanglingIntegrityException,ReferentialIntegrityException,UnitIntegrityException,ValidationException
A
commit exception that 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 rollback the transaction, replay the model modifications and commit the transaction again.
- Seit:
- 4.2
- Autor:
- Eike Stepper
- Siehe auch:
- No Extend
- This interface is not intended to be extended by clients.
- No Instantiate
- This class is not intended to be instantiated by clients.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungDataIntegrityException(String message) DataIntegrityException(String message, Throwable cause) DataIntegrityException(Throwable cause) -
Methodenübersicht
Von Klasse geerbte Methoden org.eclipse.emf.cdo.util.CommitException
isLocal, wrapVon Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
DataIntegrityException
public DataIntegrityException() -
DataIntegrityException
-
DataIntegrityException
-
DataIntegrityException
-