net.gleamynode.netty2
Interface ExceptionMonitor
- All Known Implementing Classes:
- ExceptionLoggingMonitor
- public interface ExceptionMonitor
Monitors uncaught exceptions. exceptionCaught(Throwable)
method is
invoked by Netty if there were any uncaught exceptions.
- Version:
- $Rev: 4 $, $Date: 2005-04-18 12:04:09 +0900 $
- Author:
- Trustin Lee
exceptionCaught
public void exceptionCaught(Throwable exception)
- Invoked when a uncaught exception is thrown.
Copyright © 2004-2006 Trustin Lee. All Rights Reserved.