It's not a secret anymore!
The moose likes Servlets and the fly likes ServletException() Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "ServletException()" Watch "ServletException()" New topic
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
    
  14

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]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: ServletException()
 
Similar Threads
Is ServletException an unchecked Exception
Why not to include Exception
servlet Exceptions
ServletException from destroy( )
what's wrong when i create new jdbc provider?