| Author |
issue realted to IllegalStateException
|
Sanjaykar Gurram
Greenhorn
Joined: May 05, 2008
Posts: 22
|
|
Hi All,
I am working on oracle ADF framework, and in my application i always see IllegalStateException thrown in
the console. In my filter class, i am handling exceptions and redirecting to customErrorPage.jsp.
For this i have used catch(Exception e).
But every time the IllegalStateException is thrown my catch block i getting called(ofcource the error page is not redirected).
How can i unhandle IllegalStateException exceptions in my code.
I mean, i dont want to print this messages on the console whenever IllegalStateException is throw.
Thanks,
Sanjaykar
|
 |
 |
|
|
subject: issue realted to IllegalStateException
|
|
|