Library: Net
Package: NetCore
Header: Poco/Net/NetException.h
Direct Base Classes: Poco::IOException
All Base Classes: Poco::Exception, Poco::IOException, Poco::RuntimeException, std::exception
Known Derived Classes: InvalidAddressException, ServiceNotFoundException, ConnectionAbortedException, ConnectionResetException, ConnectionRefusedException, DNSException, HostNotFoundException, NoAddressFoundException, InterfaceNotFoundException, NoMessageException, MessageException, MultipartException, HTTPException, NotAuthenticatedException, UnsupportedRedirectException, FTPException, SMTPException, POP3Exception, ICMPException, SSLException, SSLContextException, InvalidCertificateException, CertificateValidationException
Member Functions: className, clone, name, operator =, rethrow
Inherited Functions: className, clone, code, displayText, extendedMessage, message, name, nested, operator =, rethrow, what
NetException(
    int code = 0
);
NetException(
    const NetException & exc
);
NetException(
    const std::string & msg,
    int code = 0
);
NetException(
    const std::string & msg,
    const std::string & arg,
    int code = 0
);
NetException(
    const std::string & msg,
    const Poco::Exception & exc,
    int code = 0
);
~NetException();
 
 const char * className() const;
See also: Poco::IOException::className()
Poco::Exception * clone() const;
 
 const char * name() const;
See also: Poco::IOException::name()
NetException & operator = (
    const NetException & exc
);
 
 void rethrow() const;
See also: Poco::IOException::rethrow()