Package com.hazelcast.transaction
Class TransactionNotActiveException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.hazelcast.core.HazelcastException
-
- com.hazelcast.transaction.TransactionNotActiveException
-
- All Implemented Interfaces:
java.io.Serializable
public class TransactionNotActiveException extends HazelcastException
AHazelcastException
thrown when an a transactional operation is executed without an active transaction.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransactionNotActiveException()
TransactionNotActiveException(java.lang.String message)
-