Class 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 of SynchronizationCommitConflictException with the specified detail message.
      SynchronizationCommitConflictException​(java.lang.String msg, java.lang.Throwable cause)
      Constructs an instance of SynchronizationCommitConflictException with the specified detail message and cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SynchronizationCommitConflictException

        public SynchronizationCommitConflictException​(java.lang.String msg)
        Constructs an instance of SynchronizationCommitConflictException with the specified detail message.
        Parameters:
        msg - the detail message
      • SynchronizationCommitConflictException

        public SynchronizationCommitConflictException​(java.lang.String msg,
                                                      java.lang.Throwable cause)
        Constructs an instance of SynchronizationCommitConflictException with the specified detail message and cause.
        Parameters:
        msg - the detail message
        cause - the causal Throwable