Poco::Remoting

class RemotingException

Library: Remoting
Package: Remoting
Header: Poco/Remoting/RemotingException.h

Inheritance

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 Summary

Member Functions: className, clone, name, operator =, rethrow

Inherited Functions: className, clone, code, displayText, message, name, nested, operator =, rethrow, what

Constructors

RemotingException

RemotingException(
    int code = 0
);

RemotingException

RemotingException(
    const RemotingException & exc
);

RemotingException

RemotingException(
    const std::string & msg,
    int code = 0
);

RemotingException

RemotingException(
    const std::string & msg,
    const std::string & arg,
    int code = 0
);

RemotingException

RemotingException(
    const std::string & msg,
    const Poco::Exception & exc,
    int code = 0
);

Destructor

~RemotingException

~RemotingException();

Member Functions

className virtual

const char * className() const;

See also: Poco::LogicException::className()

clone

Poco::Exception * clone() const;

name virtual

const char * name() const;

See also: Poco::LogicException::name()

operator =

RemotingException & operator = (
    const RemotingException & exc
);

rethrow virtual

void rethrow() const;

See also: Poco::LogicException::rethrow()