Possible Duplicate:
Handling InterruptedException in Java
I wonder how InterruptedException
should be properly handled. What actions should be performed in catch block? Are there any circumstances when the exception should be delegated to the higher level class?