Class OutOfRangeException

  • All Implemented Interfaces:
    Serializable

    public class OutOfRangeException
    extends ApiException
    Exception thrown when the operation was attempted past the valid range. E.g., seeking or reading past end of file.
    See Also:
    Serialized Form
    • Constructor Detail

      • OutOfRangeException

        public OutOfRangeException​(Throwable cause,
                                   StatusCode statusCode,
                                   boolean retryable)
      • OutOfRangeException

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