| Ice::FacetNotExistException::FacetNotExistException | ( | const char * | file, |
| int | line, | ||
| Identity | id, | ||
| std::string | facet, | ||
| std::string | operation ) |
Constructs a FacetNotExistException.
| file | The file where this exception is constructed. This C string is not copied. |
| line | The line where this exception is constructed. |
| id | The identity of the Ice Object to which the request was sent. |
| facet | The facet to which the request was sent. |
| operation | The operation name of the request. |