|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mina.common.DefaultExceptionMonitor
A default ExceptionMonitor
implementation that logs uncaught
exceptions using Logger
.
All SessionManager
s have this implementation as a default exception
monitor.
Constructor Summary | |
DefaultExceptionMonitor()
|
Method Summary | |
void |
exceptionCaught(java.lang.Object source,
java.lang.Throwable cause)
Invoked when there are any uncaught exceptions. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultExceptionMonitor()
Method Detail |
public void exceptionCaught(java.lang.Object source, java.lang.Throwable cause)
ExceptionMonitor
exceptionCaught
in interface ExceptionMonitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |