Issue 66: exception message is null
Status:  Fixed
Owner:
Closed:  Sep 2011
Project Member Reported by hussain.mutawa, Sep 22, 2011
What steps will reproduce the problem?
1. when you run a servlet that throws an exception like Login.java, the exception message disappear

What is the expected output? What do you see instead?

only stack trace

the solution was to use Exception class instead of throwable