Exception OutOfRangeException (2.11.0)

publicclass OutOfRangeExceptionextendsApiException

Exception thrown when the operation was attempted past the valid range. E.g., seeking or reading past end of file.

Constructors

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

publicOutOfRangeException(Stringmessage,Throwablecause,StatusCodestatusCode,booleanretryable)
Parameters
Name Description
message String
cause Throwable
statusCode StatusCode
retryable boolean

OutOfRangeException(Throwable cause, StatusCode statusCode, boolean retryable)

publicOutOfRangeException(Throwablecause,StatusCodestatusCode,booleanretryable)
Parameters
Name Description
cause Throwable
statusCode StatusCode
retryable boolean

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.