public class RetryTimeoutException extends Exception
RetryTimeoutException is thrown by an AbstractRetryable when it is unable to
execute its task within a specified amount of time.| Constructor and Description |
|---|
RetryTimeoutException(@NonNull Throwable cause)
Constructs a new exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RetryTimeoutException(@NonNull Throwable cause)
cause - The cause.Copyright © 2016 - present; JODConverter.org. All rights reserved.