catch (Exception e) {
throw e;
}
It is possible to throw a different exception from the one you caught: RethrowNew.java