Uses of Class
com.cloudera.cdp.CdpClientException
-
Uses of CdpClientException in com.cloudera.cdp
Modifier and TypeClassDescriptionclass
Class used to report exceptions which have an associated HTTP code.class
Class used to report well-formed errors from CDP services. -
Uses of CdpClientException in com.cloudera.cdp.http
Modifier and TypeMethodDescriptionboolean
HttpCodesRetryChecker.shouldRetry
(int attempts, CdpClientException exception) NeverRetryHandler.shouldRetry
(int attempts, CdpClientException exception) boolean
RetryChecker.shouldRetry
(int attempts, CdpClientException exception) Returns 'true' if the call should be retried, 'false' otherwise.RetryHandler.shouldRetry
(int attempts, CdpClientException exception) Returns the duration the caller need to wait before retrying or null if no retry should be attempted according to the retry policy.SimpleRetryHandler.shouldRetry
(int attempts, CdpClientException exception)