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.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static org.slf4j.Logger LOGGER  
    • Field Detail

      • LOGGER

        private static final org.slf4j.Logger LOGGER
    • Constructor Detail

      • DefaultExceptionMonitor

        public DefaultExceptionMonitor()
    • Method Detail

      • exceptionCaught

        public void exceptionCaught​(java.lang.Throwable cause)
        Invoked when there are any uncaught exceptions.
        Specified by:
        exceptionCaught in class ExceptionMonitor
        Parameters:
        cause - The caught exception