Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to handle RAMRunTimeException

I have created web based excel batch upload application.
Now problem is that, I want to pass all exception (like, some required attribure not provided for asset x etc..) to my error.jsp......

but looks like ram api handles all ramruntimeexception internally only, so i am able to see those in console, but not able to pass/use them anywhere.

for ex try
{//some code
session.putAssets(new NullProgressMonitor());
//some code
Catch (Exception e)
{
System.out.println(e.getMessage());
}
here in case of exception its getting handled internally and not even entering in my catch method.

Any suggestions?

0 votes



One answer

Permanent link
Got it done. Thanks.

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Aug 23 '10, 6:02 a.m.

Question was seen: 5,744 times

Last updated: Aug 23 '10, 6:02 a.m.

Confirmation Cancel Confirm