Class AlreadyExistsException

All Implemented Interfaces:
Serializable

public class AlreadyExistsException extends ApiException
Exception thrown when some entity that we attempted to create (e.g., file or directory) already exists.
See Also:
  • Constructor Details

    • AlreadyExistsException

      public AlreadyExistsException(Throwable cause, StatusCode statusCode, boolean retryable)
    • AlreadyExistsException

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

      public AlreadyExistsException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)