Ice::UnknownUserException::UnknownUserException | ( | const char * | file, |
int | line, | ||
std::string | message ) |
Constructs an UnknownUserException.
file | The file where this exception is constructed. This C string is not copied. |
line | The line where this exception is constructed. |
message | The error message adopted by this exception and returned by what(). |