Exception AlreadyExistsException (2.8.1)

  public 
  
 class 
 AlreadyExistsException 
  
 extends 
  
 ApiException 
 

Exception thrown when some entity that we attempted to create (e.g., file or directory) already exists.

Constructors

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

  public 
  
 AlreadyExistsException 
 ( 
 String 
  
 message 
 , 
  
 Throwable 
  
 cause 
 , 
  
 StatusCode 
  
 statusCode 
 , 
  
 boolean 
  
 retryable 
 ) 
 
Parameters
Name Description
message String
cause Throwable
statusCode StatusCode
retryable boolean

AlreadyExistsException(Throwable cause, StatusCode statusCode, boolean retryable)

  public 
  
 AlreadyExistsException 
 ( 
 Throwable 
  
 cause 
 , 
  
 StatusCode 
  
 statusCode 
 , 
  
 boolean 
  
 retryable 
 ) 
 
Parameters
Name Description
cause Throwable
statusCode StatusCode
retryable boolean
Design a Mobile Site
View Site in Mobile | Classic
Share by: