IBM Branch Transformation Toolkit Javadoc

com.ibm.dse.clientserver
Class DSECSTimeoutException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.dse.base.DSEException
              extended bycom.ibm.dse.clientserver.DSECSException
                  extended bycom.ibm.dse.clientserver.DSECSTimeoutException
All Implemented Interfaces:
java.io.Serializable

public class DSECSTimeoutException
extends DSECSException

The DSECSSessionNotEstablishedException will be throw when the execution has finished due to timeout

See Also:
Serialized Form

Field Summary
protected  java.lang.Integer id
          Identifies the timeouted sendAndWait request.
 
Fields inherited from class com.ibm.dse.clientserver.DSECSException
httpErrorCode
 
Fields inherited from class com.ibm.dse.base.DSEException
critical, harmless
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
DSECSTimeoutException()
          This constructor creates a DSECSTimeoutException object.
 
Method Summary
 java.lang.Integer getId()
          Returns the identifier corresponding to the timeouted sendAndWait request.
 void setId(java.lang.Integer i)
          Sets the identifier corresponding to the timeouted sendAndWait request.
 
Methods inherited from class com.ibm.dse.clientserver.DSECSException
getHttpErrorCode, setHttpErrorCode
 
Methods inherited from class com.ibm.dse.base.DSEException
getClassName, getCode, getMethodName, getSeverity, setClassName, setCode, setMethodName, setSeverity
 
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

id

protected java.lang.Integer id
Identifies the timeouted sendAndWait request.

Constructor Detail

DSECSTimeoutException

public DSECSTimeoutException()
This constructor creates a DSECSTimeoutException object.

Method Detail

getId

public java.lang.Integer getId()
Returns the identifier corresponding to the timeouted sendAndWait request.

Returns:
Integer

setId

public void setId(java.lang.Integer i)
Sets the identifier corresponding to the timeouted sendAndWait request.


IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005