One way to get your own stack traces is to instantiate an Exception in your invoked method, use yourException.fillInStackTrace() (not sure whether that's absolutely necessary or not without reading...