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