Class ResourceExhaustedException

  • All Implemented Interfaces:
    java.io.Serializable

    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.
    See Also:
    Serialized Form
    • Constructor Detail

      • ResourceExhaustedException

        public ResourceExhaustedException​(java.lang.Throwable cause,
                                          StatusCode statusCode,
                                          boolean retryable)
      • ResourceExhaustedException

        public ResourceExhaustedException​(java.lang.String message,
                                          java.lang.Throwable cause,
                                          StatusCode statusCode,
                                          boolean retryable)
      • ResourceExhaustedException

        public ResourceExhaustedException​(java.lang.Throwable cause,
                                          StatusCode statusCode,
                                          boolean retryable,
                                          ErrorDetails errorDetails)