VMware GemFire Java API Reference
Package org.apache.geode.cache
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 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(String s)TransactionWriterException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-