Package org.apache.geode.cache
Class UnsupportedOperationInTransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
org.apache.geode.cache.UnsupportedOperationInTransactionException
- All Implemented Interfaces:
Serializable
Indicates that an attempt was mode to invoke an operation that is not allowed in a transaction.
- Since:
- GemFire 6.5
- See Also:
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedOperationInTransactionException
-
UnsupportedOperationInTransactionException
public UnsupportedOperationInTransactionException()
-