No! This is a very bad idea to do. If you want to propagate the exception up the stack, re-throw the original exception.

This will maintain the original stack trace, and doesn't add any extra...