Class javax.servlet.ServletException
All Packages Class Hierarchy This Package Previous Next Index
Class javax.servlet.ServletException
Object
|
+----Throwable
|
+----Exception
|
+----javax.servlet.ServletException
- public class ServletException
- extends Exception
This exception is thrown to indicate a servlet problem.
- Version:
- 1.6, 10/08/97
-
javax.servlet.ServletException(String)
- Constructs a new ServletException with the specified
descriptive message.
-
javax.servlet.ServletException()
- Constructs a new ServletException.
ServletException
public ServletException(String msg)
- Constructs a new ServletException with the specified
descriptive message.
- Parameters:
- msg - the string describing the exception
ServletException
public ServletException()
- Constructs a new ServletException.
All Packages Class Hierarchy This Package Previous Next Index