class Rex::BindFailed
This exception is raised when an attempt to use an address or port that is already in use or onot available occurs. such as binding to a host on a given port that is already in use, or when a bind address is specified that is not available to the host.
Public Instance Methods
to_s()
click to toggle source
# File lib/rex/exceptions.rb, line 242 def to_s "The address is already in use or unavailable: #{addr_to_s}." end