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 > OutOfRangeExceptionConstructors
OutOfRangeException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
public OutOfRangeException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
Name | Description |
message | String |
cause | Throwable |
statusCode | StatusCode |
retryable | boolean |
OutOfRangeException(Throwable cause, StatusCode statusCode, boolean retryable)
public OutOfRangeException(Throwable cause, StatusCode statusCode, boolean retryable)
Name | Description |
cause | Throwable |
statusCode | StatusCode |
retryable | boolean |