com.ibm.dse.services.notes
Class DSENotesSessionNotEstablishedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.dse.base.DSEException
                    |
                    +--com.ibm.dse.services.notes.DSENotesSessionNotEstablishedException

public class DSENotesSessionNotEstablishedException
extends DSEException

The DSENotesSessionNotEstablishedException class throws an exception when it is not possible to establish a session with Notes.

See Also:
Serialized Form

Fields inherited from class com.ibm.dse.base.DSEException
critical, harmless
 
Constructor Summary
DSENotesSessionNotEstablishedException(java.lang.String aSeverity, java.lang.String aCode, java.lang.String aMessage)
          This constructor creates a DSENotesSessionNotEstablished object.
 
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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DSENotesSessionNotEstablishedException

public DSENotesSessionNotEstablishedException(java.lang.String aSeverity,
                                              java.lang.String aCode,
                                              java.lang.String aMessage)
This constructor creates a DSENotesSessionNotEstablished object.
Parameters:
aSeverity - java.lang.String
aCode - java.lang.String
aMessage - java.lang.String