com.gemstone.gemfire.cache
Class UnsupportedOperationInTransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
com.gemstone.gemfire.cache.UnsupportedOperationInTransactionException
- All Implemented Interfaces:
- Serializable
public class UnsupportedOperationInTransactionException
- extends UnsupportedOperationException
Indicates that an attempt was mode to invoke an operation that is not
allowed in a transaction.
- Since:
- 6.5
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedOperationInTransactionException
public UnsupportedOperationInTransactionException(String s)
UnsupportedOperationInTransactionException
public UnsupportedOperationInTransactionException()
Copyright © 1997-2011 VMware, Inc. All rights reserved.