|
 |
j2ee thread: RE: re :re: JND confusion:sorry i missed the line
Message #1 by "Sood,Sumit" <Sumit_Sood@S...> on Sun, 3 Mar 2002 02:32:42 -0500
|
|
where is the line where you catch the processor exception? it wasnt in the
code you sent. Double check your code. The code you include below is
THROWING bit not the CATCHING bit. Your problem seems to be in the CATCHING,
not the THROWINGs
chanoch
-----Original Message-----
From: Sood,Sumit [mailto:Sumit_Sood@S...]
Sent: 03 March 2002 07:33
To: Java 2 Enterprise Edition
Subject: [j2ee] RE: re :re: JND confusion:sorry i missed the line
HI
SORRY FOR CREATING CONFUSION!
IN EVERY BLOCK OF CATCH IN BEAN I HAVE TRIED TO THROW THE PROCESSOR
EXCEPTION AND IN SERVLET I HAVE A PROCESSOR-EXCEPTION AS FIRST CATCH BLOCK!
eg:-
catch(FinderException e)//unable to find the loginId
{
throw processorException("message");
}
|
|
 |