|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sblim.cimclient.WBEMTransportException
WBEMExpception(CIM_ERR_FAILED)
@Deprecated public class WBEMTransportException
Class WBEMTransportException represents communication problems
Field Summary | |
---|---|
static int |
EXT_ERR_TIME_OUT
Deprecated. |
static int |
EXT_ERR_UNABLE_TO_CONNECT
Deprecated. |
static int |
EXT_ERR_UNKNOWN_SERVER
Deprecated. |
Constructor Summary | |
---|---|
WBEMTransportException(int pExtendedId)
Deprecated. |
|
WBEMTransportException(int pExtendedId,
String pMessage)
Deprecated. |
|
WBEMTransportException(int pExtendedId,
String pMessage,
Throwable pCause)
Deprecated. |
Method Summary | |
---|---|
int |
getId()
Deprecated. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
@Deprecated public static int EXT_ERR_UNKNOWN_SERVER
@Deprecated public static int EXT_ERR_UNABLE_TO_CONNECT
@Deprecated public static int EXT_ERR_TIME_OUT
Constructor Detail |
---|
@Deprecated public WBEMTransportException(int pExtendedId, String pMessage)
pExtendedId
- One of the id constants in this classpMessage
- The corresponding message@Deprecated public WBEMTransportException(int pExtendedId)
pExtendedId
- One of the id constants in this class@Deprecated public WBEMTransportException(int pExtendedId, String pMessage, Throwable pCause)
pExtendedId
- One of the id constants in this classpMessage
- The corresponding messagepCause
- The corresponding exceptionMethod Detail |
---|
@Deprecated public int getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |