public class DeadlockException extends LockAcquisitionFailedException
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–2017. All rights reserved.