class Rex::ConnectionRefused

This exception is raised when a connection attempt fails because the remote side refused the connection.

Public Instance Methods

to_s() click to toggle source
# File lib/rex/exceptions.rb, line 187
def to_s
  "The connection was refused by the remote host #{addr_to_s}."
end