com.ideanest.util
Class InterruptedRuntimeException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.ideanest.util.InterruptedRuntimeException
- All Implemented Interfaces:
- java.io.Serializable
- public class InterruptedRuntimeException
- extends java.lang.RuntimeException
Indicates that the operation was unexpectedly interrupted.
Used in preference to InterruptedException to
avoid having to declare it just about everywhere.
- 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 |
InterruptedRuntimeException
public InterruptedRuntimeException()
InterruptedRuntimeException
public InterruptedRuntimeException(java.lang.String s)
InterruptedRuntimeException
public InterruptedRuntimeException(java.lang.String s,
java.lang.Throwable e)
InterruptedRuntimeException
public InterruptedRuntimeException(java.lang.Throwable e)
|