public final class ChronicleFileLockException extends RuntimeException
| Constructor and Description |
|---|
ChronicleFileLockException(String message)
Constructs a new
ChronicleHashLockException with the specified detail
message. |
ChronicleFileLockException(String message,
Throwable cause) |
ChronicleFileLockException(Throwable cause)
Constructs a new
ChronicleHashLockException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ChronicleFileLockException(Throwable cause)
ChronicleHashLockException with the specified cause.cause - the cause (which is saved for later retrieval by the Throwable.getCause() method)public ChronicleFileLockException(String message)
ChronicleHashLockException with the specified detail
message.message - the detail message. The detail message is saved for later retrieval by the
Throwable.getMessage() method.Copyright © 2024. All rights reserved.