Class DefaultExceptionMonitor

java.lang.Object
org.apache.mina.util.ExceptionMonitor
org.apache.mina.util.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 Details

    • LOGGER

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

    • DefaultExceptionMonitor

      public DefaultExceptionMonitor()
  • Method Details

    • exceptionCaught

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