public class UnrecoverableTimeoutException extends IllegalStateException
IllegalStateException to represent that the
system or application is in a state where the timeout cannot be handled in a
conventional manner.| Constructor and Description |
|---|
UnrecoverableTimeoutException(@NotNull Exception e)
Constructs a new UnrecoverableTimeoutException with the specified underlying
exception as the cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnrecoverableTimeoutException(@NotNull
@NotNull Exception e)
e - The underlying Exception that represents the original
timeout or related error condition.Copyright © 2026 Chronicle Software Ltd. All rights reserved.