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
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 
 ) 
 
Parameters
Name Description
cause Throwable
statusCode StatusCode
retryable boolean
Create a Mobile Website
View Site in Mobile | Classic
Share by: