Library: Net
Package: NetCore
Header: Poco/Net/NetException.h
Direct Base Classes: DNSException
All Base Classes: Poco::Exception, Poco::IOException, DNSException, NetException, Poco::RuntimeException, std::exception
Member Functions: className, clone, name, operator =, rethrow
Inherited Functions: className, clone, code, displayText, extendedMessage, message, name, nested, operator =, rethrow, what
NoAddressFoundException(
int code = 0
);
NoAddressFoundException(
const NoAddressFoundException & exc
);
NoAddressFoundException(
const std::string & msg,
int code = 0
);
NoAddressFoundException(
const std::string & msg,
const std::string & arg,
int code = 0
);
NoAddressFoundException(
const std::string & msg,
const Poco::Exception & exc,
int code = 0
);
const char * className() const;
See also: Poco::Net::DNSException::className()
Poco::Exception * clone() const;
const char * name() const;
See also: Poco::Net::DNSException::name()
NoAddressFoundException & operator = (
const NoAddressFoundException & exc
);
void rethrow() const;
See also: Poco::Net::DNSException::rethrow()