All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----WebSite.Servlet.UserException
An exception has been thrown by the programmer. 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 UserException()
public UserException(String s)
All Packages Class Hierarchy This Package Previous Next Index