Library: Net
Package: NetCore
Header: Poco/Net/NetException.h
Direct Base Classes: HTTPException
All Base Classes: Poco::Exception, Poco::IOException, HTTPException, 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
UnsupportedRedirectException(
    int code = 0
);
UnsupportedRedirectException(
    const UnsupportedRedirectException & exc
);
UnsupportedRedirectException(
    const std::string & msg,
    int code = 0
);
UnsupportedRedirectException(
    const std::string & msg,
    const std::string & arg,
    int code = 0
);
UnsupportedRedirectException(
    const std::string & msg,
    const Poco::Exception & exc,
    int code = 0
);
~UnsupportedRedirectException();
 
 const char * className() const;
See also: Poco::Net::HTTPException::className()
Poco::Exception * clone() const;
 
 const char * name() const;
See also: Poco::Net::HTTPException::name()
UnsupportedRedirectException & operator = (
    const UnsupportedRedirectException & exc
);
 
 void rethrow() const;
See also: Poco::Net::HTTPException::rethrow()