|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.dse.base.DSEException
com.ibm.dse.clientserver.DSECSException
com.ibm.dse.clientserver.DSECSTimeoutException
The DSECSSessionNotEstablishedException will be throw when the execution has finished due to timeout
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 |
protected java.lang.Integer id
Constructor Detail |
public DSECSTimeoutException()
Method Detail |
public java.lang.Integer getId()
public void setId(java.lang.Integer i)
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |