org.springframework.data.gemfire
Class GemfireTransactionCommitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.gemstone.gemfire.GemFireException
                  extended by com.gemstone.gemfire.cache.CacheException
                      extended by com.gemstone.gemfire.cache.TransactionException
                          extended by org.springframework.data.gemfire.GemfireTransactionCommitException
All Implemented Interfaces:
Serializable

public class GemfireTransactionCommitException
extends TransactionException

Gemfire-specific subclass of TransactionException, indicating a transaction failure at commit time.

See Also:
Serialized Form

Constructor Summary
GemfireTransactionCommitException()
           
GemfireTransactionCommitException(String message)
           
GemfireTransactionCommitException(String message, Throwable cause)
           
GemfireTransactionCommitException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.gemstone.gemfire.cache.CacheException
toString
 
Methods inherited from class com.gemstone.gemfire.GemFireException
getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GemfireTransactionCommitException

public GemfireTransactionCommitException()

GemfireTransactionCommitException

public GemfireTransactionCommitException(String message,
                                         Throwable cause)

GemfireTransactionCommitException

public GemfireTransactionCommitException(String message)

GemfireTransactionCommitException

public GemfireTransactionCommitException(Throwable cause)