How to avoid oracle.jbo.JboException text part in error messages
SmiersFeb 19 2008 — edited Mar 3 2008Hello,
When I throw an error message like
throw new JboException("Error message","LEPV",null);
the error message looks like this
oracle.jbo.JboException: JBO-LEPV: Error message
Is there a way to remove/replace the first part (oracle.jbo.JboException) of the error messages
I'd like the error to be something like this
LEPV: Error message
Thanks in advance
Regards Leon