ERUCES::TEAdminException
#include <teexception.h>
The TEAdminException class represents a Key Service administrative exception.
This class is derived from the TEException class.
Inheritance
- Inherits ERUCES::TEException
Public Member Functions
| Member | Description |
|---|---|
TEAdminException(uint32_t svrErrCode=0) | The TEAdminException constructor is the default class constructor. |
TEAdminException(const _TESTD string &strError, uint32_t code, uint32_t svrErrCode=0) | The TEAdminException constructor constructs an exception with error string. |
TEAdminException(const TEException &ex) | The TEAdminException constructor copies a TEAgentException object. |
TEAdminException(const _TESTD string &strError, const TEException &ex) | The TEAdminException constructor constructs an exception with an error string and exception object. |
~TEAdminException() | The TEAdminException destructor is the class destructor. |
Member Function Documentation
TEAdminException(uint32_t svrErrCode=0)
The TEAdminException constructor is the default class constructor.
Parameters
| Parameter | Description |
|---|---|
svrErrCode | An integer representing the server error code. |
TEAdminException(const _TESTD string &strError, uint32_t code, uint32_t svrErrCode=0)
The TEAdminException constructor constructs an exception with error string.
Parameters
| Parameter | Description |
|---|---|
strError | A string representing the error. |
code | An integer representing the error code. |
svrErrCode | An integer representing the server error code. |
TEAdminException(const TEException &ex)
The TEAdminException constructor copies a TEAgentException object.
Parameters
| Parameter | Description |
|---|---|
ex | A TEException object to duplicate. |
TEAdminException(const _TESTD string &strError, const TEException &ex)
The TEAdminException constructor constructs an exception with an error string and exception object.
Parameters
| Parameter | Description |
|---|---|
strError | A string representing the error. |
ex | A TEException object to duplicate. |
~TEAdminException()
The TEAdminException destructor is the class destructor.