Class Rex::AddressInUse
In: lib/rex/exceptions.rb
Parent: ::RuntimeError

This exception is raised when an attempt to use an address or port that is already in use occurs, such as binding to a host on a given port that is already in use.

Methods

to_s  

Included Modules

SocketError HostCommunicationError

Public Instance methods

[Validate]