| Author |
ServletException()
|
Nitin Kharbade
Greenhorn
Joined: Oct 09, 2010
Posts: 25
|
|
|
When does ServletException() occur?
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56529
|
|
When it's thrown.
The exception can be thrown as a wrapper exception by your code. The javadoc will outline which methods might throw this exception.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: ServletException()
|
|
|