public class DefaultExceptionMonitor extends ExceptionMonitor
ExceptionMonitor implementation that logs uncaught
exceptions using Logger.
All IoServices have this implementation as a default exception
monitor.
| Constructor and Description |
|---|
DefaultExceptionMonitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
exceptionCaught(Throwable cause)
Invoked when there are any uncaught exceptions.
|
getInstance, setInstancepublic void exceptionCaught(Throwable cause)
exceptionCaught in class ExceptionMonitorcause - The caught exception