public class FastEx extends Exception {
    public Throwable fillInStackTrace()
    {
        return null;
    }
}

