5859606162636465666768
ExceptionHandler exceptionHandler = new FatalExceptionHandler(logger); try { exceptionHandler.handle(causeException, entry); } catch (RuntimeException ex) { Assert.assertEquals(causeException, ex.getCause()); }