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 org.springframework.core.NestedRuntimeException
                  extended by org.springframework.transaction.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(String message)
           
GemfireTransactionCommitException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GemfireTransactionCommitException

public GemfireTransactionCommitException(String message,
                                         Throwable cause)

GemfireTransactionCommitException

public GemfireTransactionCommitException(String message)