Class AlreadyExistsException

  • All Implemented Interfaces:
    java.io.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​(java.lang.Throwable cause,
                                      StatusCode statusCode,
                                      boolean retryable)
      • AlreadyExistsException

        public AlreadyExistsException​(java.lang.String message,
                                      java.lang.Throwable cause,
                                      StatusCode statusCode,
                                      boolean retryable)
      • AlreadyExistsException

        public AlreadyExistsException​(java.lang.Throwable cause,
                                      StatusCode statusCode,
                                      boolean retryable,
                                      ErrorDetails errorDetails)