org.jopendocument.util
Class RTInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jopendocument.util.RTInterruptedException
- All Implemented Interfaces:
- java.io.Serializable
public class RTInterruptedException
- extends java.lang.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
| 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RTInterruptedException
public RTInterruptedException()
RTInterruptedException
public RTInterruptedException(java.lang.String message,
java.lang.Throwable cause)
RTInterruptedException
public RTInterruptedException(java.lang.String message)
RTInterruptedException
public RTInterruptedException(java.lang.Throwable cause)