com.gemstone.gemfire.cache
Class SynchronizationCommitConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.CacheRuntimeException
com.gemstone.gemfire.cache.SynchronizationCommitConflictException
- All Implemented Interfaces:
- Serializable
public class SynchronizationCommitConflictException
- extends CacheRuntimeException
Thrown when a commit operation of a JTA enlisted cache transaction fails
- Since:
- 4.0
- See Also:
UserTransaction,
Serialized Form
SynchronizationCommitConflictException
public SynchronizationCommitConflictException(String msg)
- Constructs an instance of
SynchronizationCommitConflictException with the
specified detail message.
- Parameters:
msg - the detail message
SynchronizationCommitConflictException
public SynchronizationCommitConflictException(String msg,
Throwable cause)
- Constructs an instance of
SynchronizationCommitConflictException with the
specified detail message and cause.
- Parameters:
msg - the detail messagecause - the causal Throwable
Copyright © 1997-2012 VMware, Inc. All rights reserved.