unavailableexception专题

Servlet--ServletException类,UnavailableException类

ServletException类 定义 public class ServletException extends Exception 当 Servlet 遇到问题时抛出的一个异常。 构造函数 public ServletException(); public ServletException(String message); public ServletException(String me