
public class ConcurrentAccessException extends CommitException
commit exception that indicates problems that are caused by concurrent access to the repository.
Subtypes of this exception allow to determine a more specific reason for the problem. They all have in common that it's usually
possible and adequate to rollback the transaction, replay the model modifications and
commit the transaction again.
| Constructor and Description |
|---|
ConcurrentAccessException() |
ConcurrentAccessException(String message) |
ConcurrentAccessException(String message,
Throwable cause) |
ConcurrentAccessException(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.