|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectCIMException
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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String PS_CONFIG
public static final java.lang.String PS_UNAVAILABLE
| 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[] param)
s - the detail message.param - array of exception parameters.
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||