Ice 3.7 Slice API Reference
Data Members | List of all members
Ice::TwowayOnlyException Local Exception Reference

The operation can only be invoked with a twoway request. More...

defined in <Ice/LocalException.ice>

["cpp:ice_print"]
local exception TwowayOnlyException { ... }

Data Members

string operation
 The name of the operation that was invoked. More...
 

Detailed Description

The operation can only be invoked with a twoway request.

This exception is raised if an attempt is made to invoke an operation with ice_oneway, ice_batchOneway, ice_datagram, or ice_batchDatagram and the operation has a return value, out-parameters, or an exception specification.

Data Member Documentation

◆ operation

string operation

The name of the operation that was invoked.


The documentation for this exception was generated from the following file: