2.17.2: 2011-06-17

net.sf.basedb.core.signal
Class ExceptionInterruptHandler

java.lang.Object
  extended by net.sf.basedb.core.signal.ExceptionInterruptHandler
All Implemented Interfaces:
InterruptHandler

public class ExceptionInterruptHandler
extends Object
implements InterruptHandler

Interrupt handler implementation that always throw a SignalException.

Since:
2.16
Author:
Nicklas
Last modified
$Date: 2010-09-10 13:09:05 +0200 (Fri, 10 Sep 2010) $

Field Summary
private  String message
           
 
Constructor Summary
ExceptionInterruptHandler(String message)
           
 
Method Summary
 void handleInterrupt()
          This method is called when the worker thread has been interrupted by some other thread.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

message

private final String message
Constructor Detail

ExceptionInterruptHandler

public ExceptionInterruptHandler(String message)
Method Detail

handleInterrupt

public void handleInterrupt()
Description copied from interface: InterruptHandler
This method is called when the worker thread has been interrupted by some other thread.

Specified by:
handleInterrupt in interface InterruptHandler

2.17.2: 2011-06-17