CIMNotSupportedException Class Reference

#include <ProviderException.h>

Inheritance diagram for CIMNotSupportedException:
CIMOperationFailedException CIMException Exception

Public Member Functions

 CIMNotSupportedException (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)
 
CIMExceptionoperator= (const CIMException &cimException)
 
virtual ~CIMException ()
 
CIMStatusCode getCode () const
 
- Public Member Functions inherited from Exception
 Exception (const String &message)
 
 Exception (const Exception &exception)
 
virtual ~Exception ()
 
Exceptionoperator= (const Exception &exception)
 
virtual const StringgetMessage () 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 CIMNotSupportedException indicates that a requested operation is not supported. This exception corresponds to the CIM_ERR_NOT_SUPPORTED status code.

Constructor & Destructor Documentation

◆ CIMNotSupportedException()

CIMNotSupportedException::CIMNotSupportedException ( const String message)

Constructs a CIMNotSupportedException with a specified error message.

Parameters
messageA message String containing an error description

The documentation for this class was generated from the following file: