public class DeadlockException extends LockAcquisitionFailedException
It is typically safe to retry the operation when this exception occurs.
Constructor and Description |
---|
DeadlockException(String message)
Initializes the exception with given
message . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DeadlockException(String message)
message
.message
- The message describing the exceptionCopyright © 2010–2023. All rights reserved.