public class ServletRequestBindingException extends NestedServletException
Extends ServletException for convenient throwing in any Servlet resource (such as a Filter), and NestedServletException for proper root cause handling (as the plain ServletException doesn't expose its root cause at all).
Constructor and Description |
---|
ServletRequestBindingException(String msg)
Constructor for ServletRequestBindingException.
|
ServletRequestBindingException(String msg,
Throwable cause)
Constructor for ServletRequestBindingException.
|
getMessage
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ServletRequestBindingException(String msg)
msg
- the detail message