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-20 00:50:29 +0900 (목, 20 10월 2005) $
- 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.