public final class InterProcessDeadLockException extends RuntimeException
InterProcessLock.lock() and InterProcessLock.lockInterruptibly() when
if fails to acquire the lock for some implementation-defined period of time.| Constructor and Description |
|---|
InterProcessDeadLockException(String message)
Constructs a new
InterProcessDeadLockException with the specified detail message. |
InterProcessDeadLockException(String message,
Throwable cause)
Constructs a new
InterProcessDeadLockException with the specified detail message and
cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InterProcessDeadLockException(String message)
InterProcessDeadLockException with the specified detail message.message - the detail message. The detail message is saved for later retrieval by the
Throwable.getMessage() method.public InterProcessDeadLockException(String message, Throwable cause)
InterProcessDeadLockException with the specified detail message and
cause.message - the detail message. The detail message is saved for later retrieval by the
Throwable.getMessage() method.cause - the cause (which is saved for later retrieval by the Throwable.getCause() method)Copyright © 2019. All rights reserved.