#include <ServiceException.hpp>
Public Member Functions | |
ServiceException (ErrorCode c, const char *m) | |
~ServiceException () | |
ErrorCode | getErrorCode () |
const char * | getMessage () |
Protected Attributes | |
ErrorCode | errCode |
const char * | message |
Definition at line 67 of file ServiceException.hpp.
|
inline |
Definition at line 70 of file ServiceException.hpp.
|
inline |
Definition at line 77 of file ServiceException.hpp.
|
inline |
Definition at line 79 of file ServiceException.hpp.
References errCode.
Referenced by LocalMacroSpaceManager::processServiceException(), LocalQueueManager::processServiceException(), LocalRegistrationManager::processServiceException(), and ServiceMessage::setExceptionInfo().
|
inline |
Definition at line 81 of file ServiceException.hpp.
References message.
Referenced by ServiceMessage::setExceptionInfo().
|
protected |
Definition at line 83 of file ServiceException.hpp.
Referenced by getErrorCode(), and ServiceException().
|
protected |
Definition at line 84 of file ServiceException.hpp.
Referenced by getMessage(), and ServiceException().