public class ExceptionInterruptHandler extends java.lang.Object implements InterruptHandler
SignalException
.Modifier and Type | Field and Description |
---|---|
private java.lang.String |
message |
Constructor and Description |
---|
ExceptionInterruptHandler(java.lang.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.
|
public ExceptionInterruptHandler(java.lang.String message)
public void handleInterrupt()
InterruptHandler
handleInterrupt
in interface InterruptHandler