Contents | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
java.lang.Object | +----java.lang.Throwable | +----java.lang.Error | +----jsync.InterruptedError
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.
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Contents | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |