Class RetryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sap.cds.services.utils.lib.tools.impl.RetryException
- All Implemented Interfaces:
WaitTimeSupplier,Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRetryException(ServiceResponse<?> response, Duration requestedWaitTime) RetryException(Throwable cause, ServiceResponse<?> response, Duration requestedWaitTime) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RetryException
-
RetryException
-
-
Method Details
-
getResponse
-
getWaitTime
- Specified by:
getWaitTimein interfaceWaitTimeSupplier
-