Class AlreadyExistsException (2.7.1)

public class AlreadyExistsException extends ApiException

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

Inheritance

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

Constructors

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

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

AlreadyExistsException(Throwable cause, StatusCode statusCode, boolean retryable)

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