com.gemstone.gemfire.cache
Class CommitConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.CacheException
com.gemstone.gemfire.cache.TransactionException
com.gemstone.gemfire.cache.CommitConflictException
- All Implemented Interfaces:
- Serializable
public class CommitConflictException
- extends TransactionException
Thrown when a commit fails due to a write conflict.
- Since:
- 4.0
- See Also:
CacheTransactionManager.commit(),
Serialized Form
CommitConflictException
public CommitConflictException(String msg)
- Constructs an instance of
CommitConflictException with the specified detail message.
- Parameters:
msg - the detail message
CommitConflictException
public CommitConflictException(String msg,
Throwable cause)
- Constructs an instance of
CommitConflictException with the specified detail message
and cause.
- Parameters:
msg - the detail messagecause - the causal Throwable
CommitConflictException
public CommitConflictException(Throwable cause)
- Constructs an instance of
CommitConflictException with the specified cause.
- Parameters:
cause - the causal Throwable- Since:
- 6.5
Copyright © 2002-2010 GemStone Systems, Inc. All Rights Reserved.