Exception ResourceExhaustedException (2.47.0)

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.

Constructors

ResourceExhaustedException(String message, Throwable cause, StatusCode statusCode, boolean retryable)

public ResourceExhaustedException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
Parameters
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)
Parameters
Name Description
cause Throwable
statusCode StatusCode
retryable boolean

ResourceExhaustedException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)

public ResourceExhaustedException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)
Parameters
Name Description
cause Throwable
statusCode StatusCode
retryable boolean
errorDetails ErrorDetails