

Public Types | |
| enum | ErrorCode |
Public Member Functions | |
| ClientException (ErrorCode code) throw () | |
| ~ClientException () throw () | |
| const char * | what () const throw () |
Definition at line 23 of file clientexception.hpp.
|
|
Constructor - takes the error code as a construction time parameter.
|
|
|
Destructor
|
|
|
Return the string describing the error
Reimplemented from MynahSA::ExceptionBase. |