public final class ChronicleHashRecoveryFailedException extends RuntimeException
ChronicleHashBuilder.recoverPersistedTo(File, boolean) method is impossible, for example,
if the persistence file is corrupted too much.| Constructor and Description |
|---|
ChronicleHashRecoveryFailedException(String message)
Constructs a new
ChronicleHashRecoveryFailedException with the specified detail
message. |
ChronicleHashRecoveryFailedException(Throwable cause)
Constructs a new
ChronicleHashRecoveryFailedException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ChronicleHashRecoveryFailedException(Throwable cause)
ChronicleHashRecoveryFailedException with the specified cause.cause - the cause (which is saved for later retrieval by the Throwable.getCause() method)public ChronicleHashRecoveryFailedException(String message)
ChronicleHashRecoveryFailedException with the specified detail
message.message - the detail message. The detail message is saved for later retrieval by the
Throwable.getMessage() method.Copyright © 2019. All rights reserved.