com.gemstone.gemfire.cache
Class TransactionWriterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gemstone.gemfire.cache.TransactionWriterException
- All Implemented Interfaces:
- Serializable
public class TransactionWriterException
- extends Exception
Exception thrown by implementors of TransactionWriter.beforeCommit(com.gemstone.gemfire.cache.TransactionEvent) to
signal that the current transaction should be aborted.
- Since:
- 6.5
- See Also:
TransactionWriter.beforeCommit(com.gemstone.gemfire.cache.TransactionEvent),
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TransactionWriterException
public TransactionWriterException(String s)
TransactionWriterException
public TransactionWriterException(Throwable t)
Copyright © 2002-2010 GemStone Systems, Inc. All Rights Reserved.