open static fun convertJmsAccessException(ex: JMSException): JmsException
Convert the specified checked javax.jms.JMSException to a Spring runtime org.springframework.jms.JmsException equivalent.
ex - the original checked JMSException to convert
Return
the Spring runtime JmsException wrapping the given exception