fc922c98d8
Motivation: Since Java 7, there are new constructors available that allow us to avoid initialising the stack traces of certain exceptions. Modification: Use these constructors instead of overriding Throwable.fillInStackTrace. Result: Cleaner code