org.multiverse.api.exceptions
Class StmMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.multiverse.api.exceptions.TxnExecutionException
org.multiverse.api.exceptions.StmMismatchException
- All Implemented Interfaces:
- Serializable
public class StmMismatchException
- extends TxnExecutionException
A TxnExecutionException thrown when a transaction encounters encounters a transactional object
that belongs to a different Stm instance.
Normally this exception is not thrown because only a single Stm instance, stored in the GlobalStmInstance
is used.
- Author:
- Peter Veentjer.
- See Also:
GlobalStmInstance,
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
StmMismatchException
public StmMismatchException(String message)
- Creates a new StmMismatchException with the provided message.
- Parameters:
message - the message
StmMismatchException
public StmMismatchException(String message,
Throwable cause)
- Creates a new StmMismatchException with the provided message.
- Parameters:
message - the messagecause - the cause
Copyright © 2012. All Rights Reserved.