#include <EppException.H>
Inheritance diagram for EppException:
Public Types | |
INVALID_CLTRID = 2000 | |
enum | ExceptionCode { INVALID_CLTRID = 2000 } |
EPP Exception Code. | |
Public Member Functions | |
EppException (const int code, const string &msg) | |
Constructor. |
EppException::EppException | ( | const int | code, | |
const string & | msg | |||
) | [inline] |
Constructor.
code | Exception Code | |
msg | Exception Message |