| Author |
Exception handling in struts
|
p hasini
Ranch Hand
Joined: Oct 24, 2009
Posts: 92
|
|
When connecting to the database,if database server is
down,how can we handle this exception in struts and how to
send an error message to the user
|
 |
Ankit Garg
Saloon Keeper
Joined: Aug 03, 2008
Posts: 9191
|
|
|
Whether the database server is down or there is any other error, an exception will be raised at runtime. You can either catch the exception and handle it in whichever way you want, or leave the exception unhandled, and define an exception page for your application...
|
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
|
 |
 |
|
|
subject: Exception handling in struts
|
|
|