public class StmMismatchException extends TxnExecutionException
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.
GlobalStmInstance
,
Serialized FormConstructor and Description |
---|
StmMismatchException(String message)
Creates a new StmMismatchException with the provided message.
|
StmMismatchException(String message,
Throwable cause)
Creates a new StmMismatchException with the provided message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public StmMismatchException(String message)
message
- the messageCopyright © 2020. All rights reserved.