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

◆ ObjectNotExistException() [2/2]

Ice::ObjectNotExistException::ObjectNotExistException ( const char * file,
int line )

Constructs an ObjectNotExistException without specifying the details of the current request.

The details will be filled-in automatically by the Ice runtime before marshaling the exception.

Parameters
fileThe file where this exception is constructed. This C string is not copied.
lineThe line where this exception is constructed.