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

Method Summary
 void exceptionCaught(Throwable exception)
          Invoked when a uncaught exception is thrown.
 

Method Detail

exceptionCaught

void exceptionCaught(Throwable exception)
Invoked when a uncaught exception is thrown.



Copyright © 2004-2010 Trustin Lee. All Rights Reserved.