Hi ,
Couls anyone please tell me if the java service in webMethods support handling of a Custom Exception (other than a ServiceException) . i have encountered a problem wherein i want to close a JMS QueConnection in a java service in finally block . The close connection is throwing an exception ‘javax.jms.JMSException’ . But the throws part(currently only ServiceException) in service signature of the java service cant be edited with
JMS Exception .
IS there any other way out here ?
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods