org.jopendocument.util
Class RTInterruptedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jopendocument.util.RTInterruptedException
All Implemented Interfaces:
Serializable

public class RTInterruptedException
extends RuntimeException

Signal an interrupt as a non checked exception. NOTE: the interrupted status of the current thread is set in the constructor.

Author:
Sylvain
See Also:
Serialized Form

Constructor Summary
RTInterruptedException()
           
RTInterruptedException(String message)
           
RTInterruptedException(String message, Throwable cause)
           
RTInterruptedException(Throwable cause)
           
 
Method Summary
 
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

RTInterruptedException

public RTInterruptedException()

RTInterruptedException

public RTInterruptedException(String message,
                              Throwable cause)

RTInterruptedException

public RTInterruptedException(String message)

RTInterruptedException

public RTInterruptedException(Throwable cause)


Copyright © 2010 jOpenDocument All Rights Reserved.