org.multiverse.api.exceptions
Class IllegalTransactionStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.multiverse.api.exceptions.IllegalTransactionStateException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DeadTransactionException, NoRetryPossibleException, PreparedTransactionException, ReadonlyException
public class IllegalTransactionStateException
- extends IllegalStateException
An IllegalStateException that is thrown when an operations is executed on a
Transaction when it is not in a valid state for that operation.
- Author:
- Peter Veentjer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IllegalTransactionStateException
public IllegalTransactionStateException()
IllegalTransactionStateException
public IllegalTransactionStateException(Throwable cause)
IllegalTransactionStateException
public IllegalTransactionStateException(String message,
Throwable cause)
IllegalTransactionStateException
public IllegalTransactionStateException(String s)
Copyright © 2008-2010 Multiverse. All Rights Reserved.