java Exception异常使用
e.getCause()使用 @Test public void test1() { try { try { try { int i = 1 / 0; } catch (Exception e) { throw new CompletionException("asdf", e); } } catch (Exception e) {...