213214215216217218219220221222223
e = new RippleException(t); } try { e.logError(); } catch (Throwable secondary) { System.out.println("failed to log error: " + t); } }