Interface ExceptionHandler<E extends Throwable>

    • Method Detail

      • exceptionCaught

        void exceptionCaught​(IoSession session,
                             E cause)
                      throws Exception
        Invoked when the specific type of exception is caught from the specified session.
        Parameters:
        session - The current session
        cause - the exception's cause
        Throws:
        Exception - If we can't process the event