public class ExceptionInterruptHandler extends Object implements InterruptHandler
SignalException
.Constructor and Description |
---|
ExceptionInterruptHandler(String message) |
Modifier and Type | Method and Description |
---|---|
void |
handleInterrupt()
This method is called when the worker thread has been interrupted by
some other thread.
|
private final String message
public ExceptionInterruptHandler(String message)
public void handleInterrupt()
InterruptHandler
handleInterrupt
in interface InterruptHandler