class RHC::SSHConnectionRefused
Public Class Methods
new(host, user)
click to toggle source
Calls superclass method
RHC::Exception.new
# 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