org.sblim.cimclient

Class WBEMTransportException

public class WBEMTransportException extends RuntimeException

Deprecated: No more thrown anywhere. Replaced by WBEMExpception(CIM_ERR_ACCESS_DENIED)

Class WBEMTransportException represents communication problems
Field Summary
static intEXT_ERR_TIME_OUT
Connection timed out
static intEXT_ERR_UNABLE_TO_CONNECT
Unable to connect to server.
static intEXT_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
intgetId()
Returns the extended id.

Field Detail

EXT_ERR_TIME_OUT

public static int EXT_ERR_TIME_OUT

Deprecated:

Connection timed out

EXT_ERR_UNABLE_TO_CONNECT

public static int EXT_ERR_UNABLE_TO_CONNECT

Deprecated:

Unable to connect to server.

EXT_ERR_UNKNOWN_SERVER

public static int EXT_ERR_UNKNOWN_SERVER

Deprecated:

Server name could not be resolved

Constructor Detail

WBEMTransportException

public WBEMTransportException(int pExtendedId, String pMessage)

Deprecated:

Ctor.

Parameters: pExtendedId One of the id constants in this class pMessage The corresponding message

WBEMTransportException

public WBEMTransportException(int pExtendedId)

Deprecated:

Ctor.

Parameters: pExtendedId One of the id constants in this class

WBEMTransportException

public WBEMTransportException(int pExtendedId, String pMessage, Throwable pCause)

Deprecated:

Ctor.

Parameters: pExtendedId One of the id constants in this class pMessage The corresponding message pCause The corresponding exception

Method Detail

getId

public int getId()

Deprecated:

Returns the extended id. This is one of the id constants in this class.

Returns: The value of extended id.

Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.