Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.mina.common.ExceptionMonitor
org.apache.mina.common.support.DefaultExceptionMonitor
public class DefaultExceptionMonitor
extends ExceptionMonitor
ExceptionMonitor
implementation that logs uncaught
exceptions using Logger
.
All IoService
s have this implementation as a default exception
monitor.
Method Summary | |
void |
|
Methods inherited from class org.apache.mina.common.ExceptionMonitor | |
exceptionCaught , getInstance , setInstance |
public void exceptionCaught(Throwable cause)
- Overrides:
- exceptionCaught in interface ExceptionMonitor