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

This exception is raised by an operation call if the application closes the connection locally using Connection#close. More...

defined in <Ice/LocalException.ice>

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

Data Members

bool graceful
 True if the connection was closed gracefully, false otherwise. More...
 

Detailed Description

This exception is raised by an operation call if the application closes the connection locally using Connection#close.

See also
Connection::close

Data Member Documentation

◆ graceful

bool graceful

True if the connection was closed gracefully, false otherwise.


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