public class RetryException extends Exception
| Constructor and Description |
|---|
RetryException(ServiceResponse<?> response) |
RetryException(String message,
ServiceResponse<?> response) |
RetryException(String message,
Throwable cause,
ServiceResponse<?> response) |
RetryException(Throwable cause,
ServiceResponse<?> response) |
| Modifier and Type | Method and Description |
|---|---|
ServiceResponse<?> |
getResponse() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RetryException(ServiceResponse<?> response)
public RetryException(String message, ServiceResponse<?> response)
public RetryException(String message, Throwable cause, ServiceResponse<?> response)
public RetryException(Throwable cause, ServiceResponse<?> response)
public ServiceResponse<?> getResponse()
Copyright © 2022 SAP. All rights reserved.