Inheritance diagram for IT_Bus::DBException:
Definition at line 44 of file db_exception.h.
Public Member Functions | |
virtual Exception * | clone () const |
Clone the exception onto the heap. | |
virtual void | rethrow () const |
Rethrow the exception. | |
IT_ULong | error () const |
Return the exception error code. | |
const char * | message () const |
Return the exception message. | |
Private Attributes | |
IT_ULong | m_exception_type |
int | m_native_error_code |
String | m_message |
IT_ULong IT_Bus::DBException::error | ( | ) | const |
const char* IT_Bus::DBException::message | ( | ) | const |