# File lib/rhc/exceptions.rb, line 223
    def initialize(host, user)
      super "The server #{host} refused a connection with user #{user}.  The application may be unavailable.", 1
    end