|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sblim.wbem.client.indications.CIMError
Constructor Summary | |
---|---|
CIMError()
Construct a CIMError object using the default status (CIM_ERR_FAIL). |
|
CIMError(CIMException pCimException)
Construct a CIMError object from the given CIMException. |
|
CIMError(int pStatus)
Construct a CIMError object with the specified status code. |
|
CIMError(int status,
java.lang.String msg)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
int |
getCode()
Gets the status code. |
java.lang.String |
getDescription()
Gets the description associated with this status. |
int |
hashCode()
|
void |
setCode(int pStatus)
Specifies the status code. |
void |
setDescription(java.lang.String pDescription)
Specifies the description associated to this status. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CIMError()
public CIMError(CIMException pCimException)
pCimException
- public CIMError(int pStatus)
pStatus
- The status codepublic CIMError(int status, java.lang.String msg)
Method Detail |
public int getCode()
public java.lang.String getDescription()
public void setCode(int pStatus)
pStatus
- public void setDescription(java.lang.String pDescription)
pDescription
- public java.lang.String toString()
public boolean equals(java.lang.Object o)
public int hashCode()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |