|
IBM WebSphere Multichannel Bank 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.btt.base.DSEException
com.ibm.btt.clientserver.DSECSException
com.ibm.btt.clientserver.DSECSTimeoutException
public class 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.btt.base.DSEException |
---|
critical, harmless |
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.btt.clientserver.DSECSException |
---|
getHttpErrorCode, setHttpErrorCode |
Methods inherited from class com.ibm.btt.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)
id
- Integer
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |