se.entra.phantom.server
Class ClientSessionDisposed

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by se.entra.phantom.server.ClientSessionDisposed
All Implemented Interfaces:
Serializable

public class ClientSessionDisposed
extends Error

An instance of the ClientSessionDisposed is thrown by the NetPhantom API or kernel in order to stop the execution of any Java code (or NetRexx).

An application should catch instances of this class only if it must clean up after being terminated asynchronously. If ClientSessionDisposed is caught by a method, it is important that it be rethrown so that the session actually is disposed of.

The top-level error handler does not print out a message if ClientSessionDisposed is never caught.

The class ClientSessionDisposed is specifically a subclass of Error rather than Exception, even though it is a "normal occurrence", because many applications catch all occurrences of Exception and then discard the exception.

See Also:
Serialized Form

Constructor Summary
ClientSessionDisposed()
           
 
Method Summary
 
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

ClientSessionDisposed

public ClientSessionDisposed()


Phantom® and NetPhantom® are registered trademarks of Codectica Systems SARL.
© Copyright Codectica Systems SARL, 2008. All rights reserved.