org.jopendocument.util
Class RTInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.