TIBCO Adapter SDK C++ Reference
MOperationReply::setException
MOperationReply
Set an exception that can then be retrieved by the client that tried to invoke the remote operation. This method is mainly used by the server implementation.

The returned object can be any subclass of MData.

Parameters
Parameters Description
MData* pExceptData The exception data to set.
rsOperationException The attribute name to set the exception data.
Declaration
virtual void setException(const MString& rsRemoteException, MData* pExceptData);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.