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