File Information
Library: RemotingNG
Package: RemotingNG
Header: Poco/RemotingNG/RemotingException.h
Inheritance
Direct Base Classes: DeserializerException
All Base Classes: Poco::Exception, Poco::LogicException, DeserializerException, RemotingException, std::exception
Member Summary
Member Functions: className, clone, name, operator =, rethrow
Inherited Functions: className, clone, code, displayText, extendedMessage, message, name, nested, operator =, rethrow, what
Constructors
MethodNotFoundException
MethodNotFoundException(
int code = 0
);
MethodNotFoundException
MethodNotFoundException(
const MethodNotFoundException & exc
);
MethodNotFoundException
MethodNotFoundException(
const std::string & msg,
int code = 0
);
MethodNotFoundException
MethodNotFoundException(
const std::string & msg,
const std::string & arg,
int code = 0
);
MethodNotFoundException
MethodNotFoundException(
const std::string & msg,
const Poco::Exception & exc,
int code = 0
);
Destructor
~MethodNotFoundException
~MethodNotFoundException() noexcept;
Member Functions
className
const char * className() const noexcept;
clone
Poco::Exception * clone() const;
name
const char * name() const noexcept;
operator =
MethodNotFoundException & operator = (
const MethodNotFoundException & exc
);
rethrow
void rethrow() const;