Subclass of ServletException that properly handles a root cause in terms
of message and stacktrace, just like NestedChecked/RuntimeException does.
Note that the plain ServletException doesn't expose its root cause at all,
neither in the exception message nor in printed stack traces!
Construct a NestedServletException with the specified detail message
and nested exception.
Parameters: msg - the detail message Parameters: cause - the nested exception