CIMMethodNotFoundException Class Reference
#include <ProviderException.h>
Inheritance diagram for CIMMethodNotFoundException:![]()
Public Member Functions
CIMMethodNotFoundException (const String &message) Public Member Functions inherited from CIMOperationFailedException
CIMOperationFailedException (const String &message) Public Member Functions inherited from CIMException
CIMException (CIMStatusCode code=CIM_ERR_SUCCESS, const String &message=String::EMPTY) CIMException (CIMStatusCode code, const String &message, const CIMInstance &instance) CIMException (CIMStatusCode code, const String &message, const Array< CIMInstance > &instances) CIMException (const CIMException &cimException) CIMException & operator= (const CIMException &cimException) virtual ~CIMException () CIMStatusCode getCode () const Public Member Functions inherited from Exception
Exception (const String &message) Exception (const Exception &exception) virtual ~Exception () Exception & operator= (const Exception &exception) virtual const String & getMessage () const
Additional Inherited Members
Protected Member Functions inherited from CIMOperationFailedException
CIMOperationFailedException (const CIMStatusCode code, const String &message) Protected Member Functions inherited from Exception
Exception () Protected Attributes inherited from Exception
ExceptionRep * _rep Detailed Description
A CIMMethodNotFoundException indicates that a specified extrinsic method does not exist. This exception corresponds to the CIM_ERR_METHOD_NOT_FOUND status code.
Constructor & Destructor Documentation
◆ CIMMethodNotFoundException()
CIMMethodNotFoundException::CIMMethodNotFoundException ( const String & message ) Constructs a CIMMethodNotFoundException with a specified error message.
- Parameters
message A message String containing an error description
The documentation for this class was generated from the following file:
- /home/loongson/rpmbuild/BUILD/pegasus/src/Pegasus/Provider/ProviderException.h