Library: Remoting
Package: Remoting
Header: Poco/Remoting/RemotingException.h
Direct Base Classes: Poco::LogicException
All Base Classes: Poco::Exception, Poco::LogicException, std::exception
Known Derived Classes: RemoteException, SerializerException, DeserializerException, UnknownTransportException, UnknownTypeException, UnknownObjectException, ORBDisabledException, MissingParamException, WrongReplyException, MethodNotFoundException
Member Functions: className, clone, name, operator =, rethrow
Inherited Functions: className, clone, code, displayText, extendedMessage, message, name, nested, operator =, rethrow, what
RemotingException(
int code = 0
);
RemotingException(
const RemotingException & exc
);
RemotingException(
const std::string & msg,
int code = 0
);
RemotingException(
const std::string & msg,
const std::string & arg,
int code = 0
);
RemotingException(
const std::string & msg,
const Poco::Exception & exc,
int code = 0
);
const char * className() const;
See also: Poco::LogicException::className()
Poco::Exception * clone() const;
const char * name() const;
See also: Poco::LogicException::name()
RemotingException & operator = (
const RemotingException & exc
);
void rethrow() const;
See also: Poco::LogicException::rethrow()