All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class user.common.QuitException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----user.common.QuitException

public class QuitException
extends Exception
This exception class will be thrown by an instance of the QuitSync class a quit action should be performed. This is for instance the case when a thread should quit. Please note that never an instance of this class with a message parameter will be thrown.

See Also:
SyncQuit

Constructor Index

 o QuitException()
Constructor.

Constructors

 o QuitException
 public QuitException()
Constructor.


All Packages  Class Hierarchy  This Package  Previous  Next  Index