Gemfire JavaDocs_test
Package org.apache.geode.cache
Class TransactionWriterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.geode.cache.TransactionWriterException
-
- All Implemented Interfaces:
java.io.Serializable
public class TransactionWriterException extends java.lang.Exception
Exception thrown by implementors ofTransactionWriter.beforeCommit(org.apache.geode.cache.TransactionEvent)
to signal that the current transaction should be aborted.- Since:
- GemFire 6.5
- See Also:
TransactionWriter.beforeCommit(org.apache.geode.cache.TransactionEvent)
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransactionWriterException(java.lang.String s)
TransactionWriterException(java.lang.Throwable t)
-