public class RetryStrategyException extends Exception
RetryOnExceptionStrategy class when reaching the maximum number of retries| Constructor and Description |
|---|
RetryStrategyException() |
RetryStrategyException(String message)
Create a new Exception with associated message
|
RetryStrategyException(String message,
Throwable cause)
Create an Exception with the associated root cause and message
|
RetryStrategyException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Create an Exception with the associated root cause and message and status
|
RetryStrategyException(Throwable cause)
Create an Exception with the associated root cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RetryStrategyException()
public RetryStrategyException(String message)
message - Message associated with this exceptionpublic RetryStrategyException(Throwable cause)
cause - The root cause for this Exceptionpublic RetryStrategyException(String message, Throwable cause)
message - Message associated with this exceptioncause - The root cause for this Exceptionpublic RetryStrategyException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message - Message associated with this exceptioncause - The root cause for this ExceptionenableSuppression - allow to suppress the ExceptionwritableStackTrace - allow to rewrite the StackTraceCopyright © 2004–2021 Jahia Solutions Group SA. All rights reserved.