我无法从java API文档中找到ServletException的目的, 虽然重写服务方法我们写入抛出ServletException,但什么时候会抛出这个检查过的异常?
答案 0 :(得分:2)
If there is any error with status code either 404 ( Not Found) or 403 ( Forbidden ) then the ServletException may be thrown
答案 1 :(得分:0)
您可能有多种原因导致此异常。我记得我个人遇到的一个问题是,由于没有足够的服务器内存,服务器无法分配/加载servlet实例。在堆栈中,它显示为“错误分配servlet实例”。