Based on my reading of the InterruptedException
documentation,
wait()
and sleep()
are the only interruptable methods supplied by Java.
You can, however use these to create your own interruptable methods.
This page last modified on 3 July 2003.