jsync
Class InterruptedError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byjsync.InterruptedError
All Implemented Interfaces:
java.io.Serializable

public class InterruptedError
extends java.lang.Error

Exception raised when thread is blocked in wait() or join() method was interrupted by another thread. JSYNC catch InterruptedException and throws InterruptedError to make it posible for applications using JSYNC classes not to worry about catching this exception or declaring it in throws list.

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