Skip to main content

ERUCES::TEAdminException

#include <teexception.h>

The TEAdminException class represents a Key Service administrative exception.

This class is derived from the TEException class.

Inheritance

Public Member Functions

MemberDescription
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

ParameterDescription
svrErrCodeAn 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

ParameterDescription
strErrorA string representing the error.
codeAn integer representing the error code.
svrErrCodeAn integer representing the server error code.

TEAdminException(const TEException &ex)

The TEAdminException constructor copies a TEAgentException object.

Parameters

ParameterDescription
exA 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

ParameterDescription
strErrorA string representing the error.
exA TEException object to duplicate.

~TEAdminException()

The TEAdminException destructor is the class destructor.