§Chained Exception •Exception e = new Exception( “msg”, oldExc); •Throwable origExc = e.getCause();
§Stack Trace •public StackTraceElement[] getStackTrace()