public class TransactionDataNotColocatedException extends TransactionException
This exception only occurs when a transaction is hosted on a member that is not the initiator of the transaction.
Note: a rebalance can cause this exception to be thrown for data that is usually colocated. This is because data can be moved from one node to another during the time between the original transactional operations and the commit.
Constructor and Description |
---|
TransactionDataNotColocatedException(String s) |
TransactionDataNotColocatedException(String msg,
Throwable cause) |
toString
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace