org.sblim.cimclient.internal.wbem
public class CIMError extends Object
Constructor Summary | |
---|---|
CIMError()
Construct a CIMError object using the default status (CIM_ERR_FAIL). | |
CIMError(WBEMException pEx)
Construct a CIMError object from the given WBEMException.
| |
CIMError(int pStatus)
Construct a CIMError object with the specified status code.
| |
CIMError(int pStatus, String pMsg)
Ctor.
| |
CIMError(int pStatus, String pMsg, CIMInstance[] pInstances)
Ctor.
|
Method Summary | |
---|---|
CIMInstance[] | getCIMInstances()
getCIMInstances
|
int | getCode()
Gets the status code.
|
String | getDescription()
Gets the description associated with this status.
|
void | setCode(int pStatus)
Specifies the status code.
|
void | setDescription(String pDescription)
Specifies the description associated to this status.
|
Parameters: pEx
Parameters: pStatus The status code
Parameters: pStatus pMsg
Parameters: pStatus pMsg pInstances
Returns: CIMInstance[]
Returns: The status code
Returns: The description
Parameters: pStatus
Parameters: pDescription