All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----WebSite.Servlet.ServletException
An exception has been thrown by the servlet package. If not caught, this results in a 500 Server Error response with a stack trace and an optional detail message being sent back to the client.
public ServletException()
public ServletException(String s)
All Packages Class Hierarchy This Package Previous Next Index