Class NestedServletException

All Implemented Interfaces:
Serializable

@Deprecated(since="6.0") public class NestedServletException extends ServletException
Deprecated.
as of 6.0, in favor of standard ServletException nesting
Legacy subclass of ServletException that handles a root cause in terms of message and stacktrace.
Since:
1.2.5
Author:
Juergen Hoeller
See Also:
  • Constructor Details

    • NestedServletException

      public NestedServletException(String msg)
      Deprecated.
      Construct a NestedServletException with the specified detail message.
      Parameters:
      msg - the detail message
    • NestedServletException

      public NestedServletException(@Nullable String msg, @Nullable Throwable cause)
      Deprecated.
      Construct a NestedServletException with the specified detail message and nested exception.
      Parameters:
      msg - the detail message
      cause - the nested exception