Class StopThread

Object
  extended byThrowable
      extended byException
          extended byRuntimeException
              extended byStopThread
All Implemented Interfaces:
Serializable

public class StopThread
extends RuntimeException

An exception that indicates that the current thread should simply give up and return from its main run() method.

See Also:
Serialized Form

Constructor Summary
StopThread()
           
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StopThread

public StopThread()