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: 451852 $, $Date: 2006-10-02 10:35:45 +0900 (월, 02 10월 2006) $
- Author:
- The Apache Directory Project (dev@directory.apache.org)
- See Also:
DefaultExceptionMonitor
exceptionCaught
void exceptionCaught(Object source,
Throwable cause)
- Invoked when there are any uncaught exceptions.