com::pcbsys::nirvana::nAdminAPI::nInsufficientPrivilegesException Class Reference

represents the exception class that is thrown when an operation is performed and there are insufficient privileges to complete it More...

#include <nInsufficientPrivilegesException.h>

Inheritance diagram for com::pcbsys::nirvana::nAdminAPI::nInsufficientPrivilegesException:
com::pcbsys::nirvana::nAdminAPI::nBaseAdminException

Public Member Functions

 nInsufficientPrivilegesException (void)
 Creates the Exception with the default message.
 
 nInsufficientPrivilegesException (const std::string &message)
 Creates the Exception with the suplied message appended to the error message. More...
 
- Public Member Functions inherited from com::pcbsys::nirvana::nAdminAPI::nBaseAdminException
 nBaseAdminException (const std::string &msg)
 Creates the Exception with the given message. More...
 

Detailed Description

represents the exception class that is thrown when an operation is performed and there are insufficient privileges to complete it

Constructor & Destructor Documentation

com::pcbsys::nirvana::nAdminAPI::nInsufficientPrivilegesException::nInsufficientPrivilegesException ( const std::string &  message)

Creates the Exception with the suplied message appended to the error message.

Parameters
messagethe string to be appended to the error message