org.apache.mina.common
Interface ExceptionMonitor

All Known Implementing Classes:
DefaultExceptionMonitor

public interface ExceptionMonitor

Monitors uncaught exceptions. exceptionCaught(Object, Throwable) is invoked when there are any uncaught exceptions.

Version:
$Rev: 326586 $, $Date: 2005-10-19 17:50:29 +0200 (Wed, 19 Oct 2005) $
Author:
The Apache Directory Project (dev@directory.apache.org)
See Also:
DefaultExceptionMonitor

Method Summary
 void exceptionCaught(java.lang.Object source, java.lang.Throwable cause)
          Invoked when there are any uncaught exceptions.
 

Method Detail

exceptionCaught

void exceptionCaught(java.lang.Object source,
                     java.lang.Throwable cause)
Invoked when there are any uncaught exceptions.