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 caused this timeout exception.Copyright © 2024. All rights reserved.