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

Constructor Summary
InterruptedRuntimeException()
           
InterruptedRuntimeException(java.lang.String s)
           
InterruptedRuntimeException(java.lang.String s, java.lang.Throwable e)
           
InterruptedRuntimeException(java.lang.Throwable e)
           
 
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
 

Constructor Detail

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)