Class ResourceExhaustedException

  • All Implemented Interfaces:
    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​(Throwable cause,
                                          StatusCode statusCode,
                                          boolean retryable)
      • ResourceExhaustedException

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

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