| Issue 66: | exception message is null | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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 |