VMware GemFire Java API Reference
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
public class UnsupportedOperationInTransactionException extends 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(String s)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsupportedOperationInTransactionException
public UnsupportedOperationInTransactionException(String s)
-
UnsupportedOperationInTransactionException
public UnsupportedOperationInTransactionException()
-
-