Gemfire JavaDocs_test
Package org.apache.geode.cache
Class SynchronizationCommitConflictException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.geode.GemFireException
-
- org.apache.geode.cache.CacheRuntimeException
-
- org.apache.geode.cache.SynchronizationCommitConflictException
-
- All Implemented Interfaces:
java.io.Serializable
public class SynchronizationCommitConflictException extends CacheRuntimeException
Thrown when a commit operation of a JTA enlisted cache transaction fails- Since:
- GemFire 4.0
- See Also:
UserTransaction.commit()
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SynchronizationCommitConflictException(java.lang.String msg)
Constructs an instance ofSynchronizationCommitConflictException
with the specified detail message.SynchronizationCommitConflictException(java.lang.String msg, java.lang.Throwable cause)
Constructs an instance ofSynchronizationCommitConflictException
with the specified detail message and cause.
-
Method Summary
-
Methods inherited from class org.apache.geode.cache.CacheRuntimeException
toString
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
-
-
-
Constructor Detail
-
SynchronizationCommitConflictException
public SynchronizationCommitConflictException(java.lang.String msg)
Constructs an instance ofSynchronizationCommitConflictException
with the specified detail message.- Parameters:
msg
- the detail message
-
SynchronizationCommitConflictException
public SynchronizationCommitConflictException(java.lang.String msg, java.lang.Throwable cause)
Constructs an instance ofSynchronizationCommitConflictException
with the specified detail message and cause.- Parameters:
msg
- the detail messagecause
- the causal Throwable
-
-