Class UnavailableException

All Implemented Interfaces:
Serializable

public class UnavailableException extends ApiException
Exception thrown when the service is currently unavailable. This is a most likely a transient condition and may be corrected by retrying with a backoff.
See Also:
  • Constructor Details

    • UnavailableException

      public UnavailableException(Throwable cause, StatusCode statusCode, boolean retryable)
    • UnavailableException

      public UnavailableException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
    • UnavailableException

      public UnavailableException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)