|
||||||||||
| 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.client.CIMRepositoryException
Exception class representing exceptions that occur in a CIM persistent store.
| Field Summary | |
static java.lang.String |
PS_CONFIG
The repository is configured incorrectly. |
static java.lang.String |
PS_UNAVAILABLE
The repository is unavailable. |
| Constructor Summary | |
CIMRepositoryException()
Creates a CIMRepositoryException with no detail message. |
|
CIMRepositoryException(java.lang.String s)
Creates a CIMRepositoryException with the specified detail message. |
|
CIMRepositoryException(java.lang.String s,
java.lang.Object param)
Creates a CIMRepositoryException with the specified detail message and one exception parameter. |
|
CIMRepositoryException(java.lang.String s,
java.lang.Object[] param)
Creates a CIMRepositoryException with the specified detail message and an array of exception parameters. |
|
CIMRepositoryException(java.lang.String s,
java.lang.Object param1,
java.lang.Object param2)
Creates a CIMRepositoryException with the specified detail message and two exception parameters. |
|
CIMRepositoryException(java.lang.String s,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3)
Creates a CIMRepositoryException with the specified detail 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 |
| Field Detail |
public static final java.lang.String PS_UNAVAILABLE
public static final java.lang.String PS_CONFIG
| Constructor Detail |
public CIMRepositoryException()
public CIMRepositoryException(java.lang.String s)
s - the detail message.
public CIMRepositoryException(java.lang.String s,
java.lang.Object param)
s - the detail message.param - exception parameter.
public CIMRepositoryException(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 CIMRepositoryException(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 CIMRepositoryException(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 | |||||||||