All Packages Class Hierarchy This Package Previous Next Index
Class javax.servlet.ServletException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----javax.servlet.ServletException
- public class ServletException
- extends Exception
This exception is thrown to indicate a servlet problem.
-
ServletException()
- Constructs a new ServletException.
-
ServletException(String)
- Constructs a new ServletException with the specified
descriptive message.
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