Override getMessage() in Throwable, so that I can set the message text outside the constructor.
()
| 71 | * the message text outside the constructor. |
| 72 | */ |
| 73 | public String getMessage() { |
| 74 | return message; |
| 75 | } |
| 76 | |
| 77 | |
| 78 | public void setMessage(String message) { |