org.littleshoot.mina.common.support
Class DefaultExceptionMonitor
java.lang.Object
org.littleshoot.mina.common.ExceptionMonitor
org.littleshoot.mina.common.support.DefaultExceptionMonitor
public class DefaultExceptionMonitor
- extends ExceptionMonitor
A default ExceptionMonitor implementation that logs uncaught
exceptions using Logger.
All IoServices have this implementation as a default exception
monitor.
- Version:
- $Rev: 555855 $, $Date: 2007-07-13 12:19:00 +0900 (Fri, 13 Jul 2007) $
- Author:
- The Apache Directory Project (mina-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(Throwable cause)
- Description copied from class:
ExceptionMonitor
- Invoked when there are any uncaught exceptions.
- Specified by:
exceptionCaught in class ExceptionMonitor
Copyright © 2011-2013 LittleShoot. All Rights Reserved.