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:
Serializable
Thrown when a commit operation of a JTA enlisted cache transaction fails
- Since:
- GemFire 4.0
- See Also:
-
UserTransaction.commit()- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an instance ofSynchronizationCommitConflictExceptionwith the specified detail message.SynchronizationCommitConflictException(String msg, Throwable cause) Constructs an instance ofSynchronizationCommitConflictExceptionwith the specified detail message and cause. -
Method Summary
Methods inherited from class org.apache.geode.cache.CacheRuntimeException
toStringMethods inherited from class org.apache.geode.GemFireException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
SynchronizationCommitConflictException
Constructs an instance ofSynchronizationCommitConflictExceptionwith the specified detail message.- Parameters:
msg- the detail message
-
SynchronizationCommitConflictException
Constructs an instance ofSynchronizationCommitConflictExceptionwith the specified detail message and cause.- Parameters:
msg- the detail messagecause- the causal Throwable
-