org.apache.mina.common
Class DefaultExceptionMonitor
java.lang.Object
org.apache.mina.common.DefaultExceptionMonitor
- All Implemented Interfaces:
- ExceptionMonitor
public class DefaultExceptionMonitor
- extends Object
- implements ExceptionMonitor
A default ExceptionMonitor
implementation that logs uncaught
exceptions using Logger
.
All SessionManager
s have this implementation as a default exception
monitor.
- Version:
- $Rev: 451852 $, $Date: 2006-10-02 10:35:45 +0900 (월, 02 10월 2006) $
- Author:
- The Apache Directory Project (dev@directory.apache.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultExceptionMonitor
public DefaultExceptionMonitor()
exceptionCaught
public void exceptionCaught(Object source,
Throwable cause)
- Description copied from interface:
ExceptionMonitor
- Invoked when there are any uncaught exceptions.
- Specified by:
exceptionCaught
in interface ExceptionMonitor