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