org.sblim.cimclient
public class WBEMTransportException extends RuntimeException
Deprecated: No more thrown anywhere. Replaced by
WBEMExpception(CIM_ERR_ACCESS_DENIED)
Field Summary | |
---|---|
static int | EXT_ERR_TIME_OUT
Connection timed out
|
static int | EXT_ERR_UNABLE_TO_CONNECT
Unable to connect to server.
|
static int | EXT_ERR_UNKNOWN_SERVER
Server name could not be resolved
|
Constructor Summary | |
---|---|
WBEMTransportException(int pExtendedId, String pMessage)
Ctor.
| |
WBEMTransportException(int pExtendedId)
Ctor.
| |
WBEMTransportException(int pExtendedId, String pMessage, Throwable pCause)
Ctor.
|
Method Summary | |
---|---|
int | getId()
Returns the extended id. |
Deprecated:
Connection timed outDeprecated:
Unable to connect to server.Deprecated:
Server name could not be resolvedDeprecated:
Ctor.Parameters: pExtendedId One of the id constants in this class pMessage The corresponding message
Deprecated:
Ctor.Parameters: pExtendedId One of the id constants in this class
Deprecated:
Ctor.Parameters: pExtendedId One of the id constants in this class pMessage The corresponding message pCause The corresponding exception
Deprecated:
Returns the extended id. This is one of the id constants in this class.Returns: The value of extended id.