ContainmentCycleException in the client.@Deprecated public class ContainmentCycleDetectedException extends IllegalStateException
This situation results from a network race condition and can not be prevented by write locks on
the changed objects. The committing client must rollback the transaction
, replay the original changes and try to commit again.
| Constructor and Description |
|---|
ContainmentCycleDetectedException()
Deprecated.
|
ContainmentCycleDetectedException(String s)
Deprecated.
|
ContainmentCycleDetectedException(String message,
Throwable cause)
Deprecated.
|
ContainmentCycleDetectedException(Throwable cause)
Deprecated.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ContainmentCycleDetectedException()
public ContainmentCycleDetectedException(String message, Throwable cause)
public ContainmentCycleDetectedException(String s)
public ContainmentCycleDetectedException(Throwable cause)
Copyright (c) 2014 Eike Stepper (Berlin, 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