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:
    Serialized Form
    • Constructor Detail

      • AlreadyExistsException

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

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