#include <Pt/Net/AddressInUse.h>
Network address is already used.
Inherits AccessFailed.
Public Member Functions | |
| AddressInUse (const std::string &endpoint) | |
| Contruct with endpoint string. | |
| AddressInUse (const char *endpoint) | |
| Contruct with endpoint string. | |
| ~AddressInUse () throw () | |
| Destructor. | |
| const std::string & | resource () const |
| Returns the ID of the inaccessible resource. | |