
public class DataIntegrityException extends CommitException
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.
| Constructor and Description |
|---|
DataIntegrityException() |
DataIntegrityException(String message) |
DataIntegrityException(String message,
Throwable cause) |
DataIntegrityException(Throwable cause) |
isLocal, wrapaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.