How to get error codes using java program
Dear Friends,
My requirement is to get the SQL error code through my program whenever the exception thrown. I've to show this error code in JSP. Now I'm getting a error codes with messages. I'm using spring frame work. So If there any database related exceptions I'm getting DataAcces****ception . I don't know how to get the error code from DataAcces****ception to . In SQLException we have a method getErrorCode(). However I'm not getting any SQLException, So I cannot use this. So please help me to get the error code from DataAcces****ception . Any help would be appreciated.
Thanks
Kasi.
__________________
Regards
Kasi
|