class Artifactory::Error::ConnectionError

A general connection error with a more informative message

def initialize(endpoint)

def initialize(endpoint)
  super "The Artifactory server at `#{endpoint}' is not currently " \
        "accepting connections. Please ensure that the server is " \
        "running an that your authentication information is correct."
end