@Deprecated public class RetriableException extends Exception
RetriableExecutor
instance when the
code executed itself threw an exception, or maximum retry attempts has
been reached. In cases when the code being rerun threw one or more
exception, this exception's cause will hold the last exception thrown
by that code.RetriableExecutor
,
Serialized FormConstructor and Description |
---|
RetriableException(String message)
Deprecated.
|
RetriableException(String message,
Throwable cause)
Deprecated.
|
RetriableException(Throwable cause)
Deprecated.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RetriableException(String message)
message
- exception messageException.Exception(java.lang.String)
public RetriableException(Throwable cause)
cause
- exception causeException.Exception(java.lang.Throwable)
public RetriableException(String message, Throwable cause)
message
- exception messagecause
- exception causeException.Exception(java.lang.String, java.lang.Throwable)
Copyright © 2007–2021 Norconex Inc.. All rights reserved.