|
||||||||||
| 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.CIMTransportException
Thrown when errors related to the communication between clients and CIM object manager occur.
| Field Summary | |
static java.lang.String |
NO_CIMOM
cimom not found exception |
static java.lang.String |
TIMED_OUT
cimom connection timed out. |
static java.lang.String |
UNKNOWN_HOST
unknown host exception |
| Constructor Summary | |
CIMTransportException()
Creates a CIMTransportException with no detail message. |
|
CIMTransportException(java.lang.String s)
Creates a CIMTransportException with the specified detail message |
|
CIMTransportException(java.lang.String s,
java.lang.Object param)
Creates a CIMTransportException with the specified detail message and one exception parameter |
|
CIMTransportException(java.lang.String s,
java.lang.Object[] param)
Creates a CIMTransportException with the specified detail message and an array of exception parameters. |
|
CIMTransportException(java.lang.String s,
java.lang.Object param1,
java.lang.Object param2)
Creates a CIMTransportException with the specified detail message and two exception parameters. |
|
CIMTransportException(java.lang.String s,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3)
Creates a CIMTransportException 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 UNKNOWN_HOST
public static final java.lang.String NO_CIMOM
public static final java.lang.String TIMED_OUT
| Constructor Detail |
public CIMTransportException()
public CIMTransportException(java.lang.String s)
s - the detail message.
public CIMTransportException(java.lang.String s,
java.lang.Object param)
s - the detail message.param - exception parameter.
public CIMTransportException(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 CIMTransportException(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 CIMTransportException(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 | |||||||||