public class ResourceExhaustedException extends ApiException
Exception thrown when some resource has been exhausted, perhaps a per-user quota, or perhaps the entire file system is out of space.
Inheritance
java.lang.Object > Throwable > java.lang.Exception > RuntimeException > ApiException > ResourceExhaustedExceptionConstructors
ResourceExhaustedException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
public ResourceExhaustedException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
Name | Description |
message | String |
cause | Throwable |
statusCode | StatusCode |
retryable | boolean |
ResourceExhaustedException(Throwable cause, StatusCode statusCode, boolean retryable)
public ResourceExhaustedException(Throwable cause, StatusCode statusCode, boolean retryable)
Name | Description |
cause | Throwable |
statusCode | StatusCode |
retryable | boolean |