static Throwable getExceptionCause(Throwable e) { Throwable c = e.getCause(); ret c != null ? c : e; }