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 Form| Constructor 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, toStringpublic StmMismatchException(String message)
message - the messageCopyright © 2025. All rights reserved.