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:
- Serializable
public class TransactionNotActiveException
- extends HazelcastException
A HazelcastException
thrown when an a transactional operation is executed without an active transaction.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TransactionNotActiveException
public TransactionNotActiveException()
TransactionNotActiveException
public TransactionNotActiveException(String message)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.