32 #ifndef Pegasus_ClientException_h 33 #define Pegasus_ClientException_h 35 #include <Pegasus/Common/Config.h> 36 #include <Pegasus/Common/String.h> 37 #include <Pegasus/Common/Exception.h> 38 #include <Pegasus/Client/Linkage.h> 40 PEGASUS_NAMESPACE_BEGIN
72 Uint32 httpStatusCode,
73 const String& reasonPhrase,
75 const String& cimErrorDetail);
84 Uint32 httpStatusCode,
86 const String& cimErrorDetail);
110 Uint32 getCode()
const;
116 String getCIMError()
const;
124 String getCIMErrorDetail()
const;
156 PEGASUS_NAMESPACE_END
Definition: CIMClientException.h:61
Exception & operator=(const Exception &exception)
Definition: CIMClientException.h:145
Definition: CIMClientException.h:131
Definition: Exception.h:57