Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ ConnectionAbortedException()

Ice::ConnectionAbortedException::ConnectionAbortedException ( const char * file,
int line,
std::string message,
bool closedByApplication )
inline

Constructs a ConnectionAbortedException.

Parameters
fileThe file where this exception is constructed. This C string is not copied.
lineThe line where this exception is constructed.
messageThe message returned by what().
closedByApplicationTrue if the connection was aborted by the application, false if the connection was aborted by the Ice runtime.

Definition at line 578 of file LocalExceptions.h.