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(java.lang.String message) |
ConcurrentAccessException(java.lang.String message,
java.lang.Throwable cause) |
ConcurrentAccessException(java.lang.Throwable cause) |
isLocal, wrap
public ConcurrentAccessException()
public ConcurrentAccessException(java.lang.String message, java.lang.Throwable cause)
public ConcurrentAccessException(java.lang.String message)
public ConcurrentAccessException(java.lang.Throwable cause)
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html