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

buildExceptionMessage

open static fun buildExceptionMessage(ex: JMSException): String

Build a descriptive exception message for the given JMSException, incorporating a linked exception's message if appropriate.

Parameters

ex - the JMSException to build a message for

Return
the descriptive message String

See Also
javax.jms.JMSException#getLinkedException()