com.ibm.btt.clientserver
Class DSECSSessionNotEstablishedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.btt.base.DSEException
com.ibm.btt.clientserver.DSECSException
com.ibm.btt.clientserver.DSECSSessionNotEstablishedException
- All Implemented Interfaces:
- java.io.Serializable
public class DSECSSessionNotEstablishedException
- extends DSECSException
The DSECSSessionNotEstablishedException will be throw when the client has
problems establishing the session.
- See Also:
- Serialized Form
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 |
DSECSSessionNotEstablishedException
public DSECSSessionNotEstablishedException()
- This constructor creates a DSECSSessionNotEstablishedException object.
DSECSSessionNotEstablishedException
public DSECSSessionNotEstablishedException(java.lang.Throwable t)
- This constructor creates a DSECSSessionNotEstablishedException object.
- Parameters:
t
- the root cause
DSECSSessionNotEstablishedException
public DSECSSessionNotEstablishedException(java.lang.String msg,
java.lang.Throwable t)
- This constructor creates a DSECSSessionNotEstablishedException object.
- Parameters:
t
- the root cause
DSECSSessionNotEstablishedException
public DSECSSessionNotEstablishedException(java.lang.String aSeverity,
java.lang.String aCode,
java.lang.String aMessage)
- This constructor creates the DSECSSessionNotEstablishedException object
that initializes the following attributes.
- Parameters:
aSeverity
- java.lang.StringaCode
- java.lang.StringaMessage
- java.lang.String
(c) Copyright IBM Corporation 1998, 2010