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