|
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.DSECSSessionNotEstablishedException
public class DSECSSessionNotEstablishedException
The DSECSSessionNotEstablishedException will be throw when the client has problems establishing the session.
Field Summary |
---|
Fields inherited from class com.ibm.btt.base.DSEException |
---|
critical, harmless |
Constructor Summary | |
---|---|
DSECSSessionNotEstablishedException()
This constructor creates a DSECSSessionNotEstablishedException object. |
|
DSECSSessionNotEstablishedException(java.lang.String message)
This constructor creates a DSECSSessionNotEstablishedException object. |
|
DSECSSessionNotEstablishedException(java.lang.String aSeverity,
java.lang.String aCode,
java.lang.String aMessage)
This constructor creates the DSECSSessionNotEstablishedException object that initializes the following attributes. |
|
DSECSSessionNotEstablishedException(java.lang.String msg,
java.lang.Throwable t)
This constructor creates a DSECSSessionNotEstablishedException object. |
|
DSECSSessionNotEstablishedException(java.lang.Throwable t)
This constructor creates a DSECSSessionNotEstablishedException object. |
Method Summary |
---|
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 |
Constructor Detail |
---|
public DSECSSessionNotEstablishedException()
public DSECSSessionNotEstablishedException(java.lang.String message)
public DSECSSessionNotEstablishedException(java.lang.Throwable t)
t
- the root causepublic DSECSSessionNotEstablishedException(java.lang.String msg, java.lang.Throwable t)
t
- the root causepublic DSECSSessionNotEstablishedException(java.lang.String aSeverity, java.lang.String aCode, java.lang.String aMessage)
aSeverity
- java.lang.StringaCode
- java.lang.StringaMessage
- java.lang.String
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |