Class OutOfRangeException (2.7.1)

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.

Inheritance

java.lang.Object > Throwable > java.lang.Exception > RuntimeException > ApiException > OutOfRangeException

Constructors

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

public OutOfRangeException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
Parameters
NameDescription
messageString
causeThrowable
statusCodeStatusCode
retryableboolean

OutOfRangeException(Throwable cause, StatusCode statusCode, boolean retryable)

public OutOfRangeException(Throwable cause, StatusCode statusCode, boolean retryable)
Parameters
NameDescription
causeThrowable
statusCodeStatusCode
retryableboolean