Package com.google.api.gax.rpc
Class UnavailableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.api.gax.rpc.ApiException
-
- com.google.api.gax.rpc.UnavailableException
-
- All Implemented Interfaces:
java.io.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnavailableException(java.lang.String message, java.lang.Throwable cause, StatusCode statusCode, boolean retryable)UnavailableException(java.lang.Throwable cause, StatusCode statusCode, boolean retryable)UnavailableException(java.lang.Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)
-
Method Summary
-
Methods inherited from class com.google.api.gax.rpc.ApiException
getDomain, getErrorDetails, getMetadata, getReason, getStatusCode, isRetryable
-
-
-
-
Constructor Detail
-
UnavailableException
public UnavailableException(java.lang.Throwable cause, StatusCode statusCode, boolean retryable)
-
UnavailableException
public UnavailableException(java.lang.String message, java.lang.Throwable cause, StatusCode statusCode, boolean retryable)
-
UnavailableException
public UnavailableException(java.lang.Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)
-
-