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