#include <Pt/Net/AddressInUse.h>
Local network address is already in use.
Inherits AccessFailed.
|
|
| AddressInUse (const std::string &endpoint) |
| | Creates the exception for endpoint.
|
|
| AddressInUse (const char *endpoint) |
| | Creates the exception for endpoint.
|
|
| ~AddressInUse () throw () |
| | Destroys the exception.
|
|
const std::string & | resource () const |
| | Returns the ID of the inaccessible resource.
|