Class TransactionWriterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.geode.cache.TransactionWriterException
All Implemented Interfaces:
Serializable

public class TransactionWriterException extends Exception
Exception thrown by implementors of TransactionWriter.beforeCommit(org.apache.geode.cache.TransactionEvent) to signal that the current transaction should be aborted.
Since:
GemFire 6.5
See Also:
  • Constructor Details

    • TransactionWriterException

      public TransactionWriterException(String s)
    • TransactionWriterException

      public TransactionWriterException(Throwable t)