org.sblim.cimclient
Class WBEMTransportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sblim.cimclient.WBEMTransportException
All Implemented Interfaces:
java.io.Serializable

Deprecated. No more thrown anywhere. Replaced by WBEMExpception(CIM_ERR_FAILED)

@Deprecated
public class WBEMTransportException
extends java.lang.RuntimeException

Class WBEMTransportException represents communication problems

See Also:
Serialized Form

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, java.lang.String pMessage)
          Deprecated.  
WBEMTransportException(int pExtendedId, java.lang.String pMessage, java.lang.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

EXT_ERR_UNKNOWN_SERVER

@Deprecated
public static int EXT_ERR_UNKNOWN_SERVER
Deprecated. 
Server name could not be resolved


EXT_ERR_UNABLE_TO_CONNECT

@Deprecated
public static int EXT_ERR_UNABLE_TO_CONNECT
Deprecated. 
Unable to connect to server.


EXT_ERR_TIME_OUT

@Deprecated
public static int EXT_ERR_TIME_OUT
Deprecated. 
Connection timed out

Constructor Detail

WBEMTransportException

@Deprecated
public WBEMTransportException(int pExtendedId,
                                         java.lang.String pMessage)
Deprecated. 

Ctor.

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

WBEMTransportException

@Deprecated
public WBEMTransportException(int pExtendedId)
Deprecated. 

Ctor.

Parameters:
pExtendedId - One of the id constants in this class

WBEMTransportException

@Deprecated
public WBEMTransportException(int pExtendedId,
                                         java.lang.String pMessage,
                                         java.lang.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

@Deprecated
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, 2011 IBM Corporation. All Rights Reserved.