se.lth.cs.realtime
Class RTInterrupted

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byse.lth.cs.realtime.RTError
              extended byse.lth.cs.realtime.RTInterrupted
All Implemented Interfaces:
java.io.Serializable

public class RTInterrupted
extends RTError

See Also:
Unchecked Throwable to be thrown instead of InterruptedException., Serialized Form

Field Summary
 
Fields inherited from class se.lth.cs.realtime.RTError
number, timestamp
 
Fields inherited from class java.lang.Error
 
Constructor Summary
RTInterrupted()
           
RTInterrupted(java.lang.String error)
           
RTInterrupted(java.lang.String error, java.lang.Throwable cause)
           
RTInterrupted(java.lang.Throwable cause)
           
 
Methods inherited from class se.lth.cs.realtime.RTError
getMillis, getSequenceNumber
 
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

RTInterrupted

public RTInterrupted()

RTInterrupted

public RTInterrupted(java.lang.String error)

RTInterrupted

public RTInterrupted(java.lang.String error,
                     java.lang.Throwable cause)

RTInterrupted

public RTInterrupted(java.lang.Throwable cause)