public class TransactionDeadlockException extends TransactionException
This exception can be thrown from any cache method that modifies or reads data within transaction (explicit or implicit) with timeout in case when deadlock detection is enabled (enabled by default).
Usually this exception is cause for TransactionTimeoutException
.
Constructor and Description |
---|
TransactionDeadlockException(String msg)
Creates new deadlock exception with given error message.
|
getCause, hasCause, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public TransactionDeadlockException(String msg)
msg
- Error message.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024