spring-framework / org.springframework.jms.support / JmsUtils / convertJmsAccessException

convertJmsAccessException

open static fun convertJmsAccessException(ex: JMSException): JmsException

Convert the specified checked javax.jms.JMSException to a Spring runtime org.springframework.jms.JmsException equivalent.

Parameters

ex - the original checked JMSException to convert

Return
the Spring runtime JmsException wrapping the given exception