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