cvm.ncb.handlers.exception
Class NoSessionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cvm.ncb.handlers.exception.NoSessionException
All Implemented Interfaces:
java.io.Serializable

public class NoSessionException
extends java.lang.Exception

The NoSessionException is thrown when the program tries to add parties or send data in a connection that has no corresponding physical sessions

Author:
Guangqiang Zhao
See Also:
Serialized Form

Constructor Summary
NoSessionException(java.lang.String ID)
           
 
Method Summary
 java.lang.String getConnectionID()
          This method returns the connection ID
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSessionException

public NoSessionException(java.lang.String ID)
Method Detail

getConnectionID

public java.lang.String getConnectionID()
This method returns the connection ID

Returns:
the connection ID that missed a physical session in the low layer