Poco::Remoting

class UnknownObjectException

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

Inheritance

Direct Base Classes: RemotingException

All Base Classes: Poco::Exception, Poco::LogicException, RemotingException, std::exception

Member Summary

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

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

Constructors

UnknownObjectException

UnknownObjectException(
    int code = 0
);

UnknownObjectException

UnknownObjectException(
    const UnknownObjectException & exc
);

UnknownObjectException

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

UnknownObjectException

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

UnknownObjectException

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

Destructor

~UnknownObjectException

~UnknownObjectException();

Member Functions

className virtual

const char * className() const;

See also: Poco::Remoting::RemotingException::className()

clone

Poco::Exception * clone() const;

name virtual

const char * name() const;

See also: Poco::Remoting::RemotingException::name()

operator =

UnknownObjectException & operator = (
    const UnknownObjectException & exc
);

rethrow virtual

void rethrow() const;

See also: Poco::Remoting::RemotingException::rethrow()