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:
  • Constructor Details

    • OutOfRangeException

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

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

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