CIMObjectAlreadyExistsException Class Reference
#include <ProviderException.h>
Inheritance diagram for CIMObjectAlreadyExistsException:![]()
Public Member Functions
CIMObjectAlreadyExistsException (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 CIMObjectAlreadyExistsException indicates that an operation could not be completed because a specified object already exists. This exception corresponds to the CIM_ERR_ALREADY_EXISTS status code.
Constructor & Destructor Documentation
◆ CIMObjectAlreadyExistsException()
CIMObjectAlreadyExistsException::CIMObjectAlreadyExistsException ( const String & message ) Constructs a CIMObjectAlreadyExistsException 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:
- /root/rpmbuild/BUILD/pegasus/src/Pegasus/Provider/ProviderException.h