se.lth.cs.realtime
Class RTInterrupted

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--se.lth.cs.realtime.RTError
                    |
                    +--se.lth.cs.realtime.RTInterrupted
All Implemented Interfaces:
java.io.Serializable

public class RTInterrupted
extends RTError

Unchecked exception to be thrown instead of InterruptedException.

See Also:
Serialized Form

Constructor Summary
RTInterrupted(java.lang.String error)
           
 
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

RTInterrupted

public RTInterrupted(java.lang.String error)