os
Class OSProcessRelinquishControl

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--os.OSProcessRelinquishControl

public class OSProcessRelinquishControl
extends java.lang.Exception

Thrown when a process wants to temporarily relinquish control and let another process run.

Version:
1.0
Author:
Thaddeus O. Cooper (cooper@tweenproject.org)
See Also:
Serialized Form

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

OSProcessRelinquishControl

public OSProcessRelinquishControl()