Class TransactionLockTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.palantir.atlasdb.transaction.api.TransactionFailedException
com.palantir.atlasdb.transaction.api.TransactionFailedRetriableException
com.palantir.atlasdb.transaction.api.TransactionLockTimeoutException
- All Implemented Interfaces:
Serializable
The locks to the lock server have timed out.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionLockTimeoutException
(String message) TransactionLockTimeoutException
(String message, Throwable cause) -
Method Summary
Methods inherited from class com.palantir.atlasdb.transaction.api.TransactionFailedRetriableException
canTransactionBeRetried
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransactionLockTimeoutException
-
TransactionLockTimeoutException
-