The current system call has timed out before completion. More...
#include <>>
Public Member Functions | |
TimeoutException () throw () | |
Constructor. | |
TimeoutException (const char *format,...) throw () | |
Constructor. |
The current system call has timed out before completion.
Throw this exception for instance when a timed wait on a WaitCondition timed out.
Definition at line 46 of file system.h.
fawkes::TimeoutException::TimeoutException | ( | ) | throw () |
Constructor.
Definition at line 87 of file system.cpp.
fawkes::TimeoutException::TimeoutException | ( | const char * | format, | |
... | ||||
) | throw () |
Constructor.
format | message format string |
Definition at line 96 of file system.cpp.
References fawkes::Exception::append_va().