class MyException extends Exception { @Override public Throwable fillInStackTrace() { return this; } }