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: 332218 $, $Date: 2005-11-10 12:52:42 +0900 $
Author:
The Apache Directory Project (dev@directory.apache.org)
See Also:
DefaultExceptionMonitor

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

Method Detail

exceptionCaught

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



Copyright © 2004-2005 . All Rights Reserved.