|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.wbem.cim.CIMException
|
+--javax.wbem.cim.CIMSemanticException
|
+--javax.wbem.cim.CIMNameSpaceException
The CIMNameSpaceException class represents an error condition that occurs in a CIM namespace. Errors occur when the CIM Object Manager encounters an error that does not adhere to the guidelines of the CIM Specification. The CIM Object manager returns an error message, or exception, to the provider/application which caused the error.
| Field Summary |
| Fields inherited from class javax.wbem.cim.CIMSemanticException |
INVALID_QUALIFIER_NAME, NO_QUALIFIER_VALUE, NO_SUCH_QUALIFIER1, NO_SUCH_QUALIFIER2, QUALIFIER_UNOVERRIDABLE, SCOPE_ERROR, TYPE_ERROR |
| Constructor Summary | |
CIMNameSpaceException()
Creates a CIMNameSpaceException with no detail message. |
|
CIMNameSpaceException(java.lang.String s)
Creates a CIMNameSpaceException with the specified message. |
|
CIMNameSpaceException(java.lang.String s,
java.lang.Object param)
Creates a CIMNameSpaceException with the specified message and one exception parameter. |
|
CIMNameSpaceException(java.lang.String s,
java.lang.Object[] param)
Creates a CIMNameSpaceException with the specified message and an array of exception parameters. |
|
CIMNameSpaceException(java.lang.String s,
java.lang.Object param1,
java.lang.Object param2)
Creates a CIMNameSpaceException with the specified message and two exception parameters. |
|
CIMNameSpaceException(java.lang.String s,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3)
Creates a CIMNameSpaceException with the specified message and three exception parameters. |
|
| Methods inherited from class javax.wbem.cim.CIMException |
getID, getParams, getXmlCode, getXmlCode, isXmlCode, setParams, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CIMNameSpaceException()
public CIMNameSpaceException(java.lang.String s)
s - the detail message.
public CIMNameSpaceException(java.lang.String s,
java.lang.Object param)
s - the detail message.param - Exception parameter.
public CIMNameSpaceException(java.lang.String s,
java.lang.Object param1,
java.lang.Object param2)
s - the detail message.param1 - first Exception parameter.param2 - second Exception parameter.
public CIMNameSpaceException(java.lang.String s,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3)
s - the detail message.param1 - first Exception parameter.param2 - second Exception parameter.param3 - third Exception parameter.
public CIMNameSpaceException(java.lang.String s,
java.lang.Object[] param)
s - the detail message.param - array of exception parameters.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||