J-Integra® Espresso Programming Documentation (API)

ResponseHandler.createExceptionReply Method

Called by the servant during a method invocation. The servant should call this method to create a reply marshal buffer if a user exception occurred.

OutputStream createExceptionReply();

Parameters

none

Return Value

an OutputStream suitable for marshalling the exception ID and the user exception body.

Remarks

none

Exceptions

none

See Also

ResponseHandler Interface | ResponseHandler Members | Ics.CORBA.portable Namespace