org.apache.mina.common.support

Class 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.

Method Summary

void
exceptionCaught(Throwable cause)

Methods inherited from class org.apache.mina.common.ExceptionMonitor

exceptionCaught, getInstance, setInstance

Method Details

exceptionCaught

public void exceptionCaught(Throwable cause)
Overrides:
exceptionCaught in interface ExceptionMonitor