Gemfire JavaDocs_test
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:
java.io.Serializable
public class UnsupportedOperationInTransactionException extends java.lang.UnsupportedOperationException
Indicates that an attempt was mode to invoke an operation that is not allowed in a transaction.- Since:
- GemFire 6.5
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedOperationInTransactionException()
UnsupportedOperationInTransactionException(java.lang.String s)
-