Class JmsExceptionUtils


  • public final class JmsExceptionUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.jms.JMSRuntimeException convertToRuntimeException​(javax.jms.JMSException e)
      Converts instances of sub-classes of JMSException into the corresponding sub-class of JMSRuntimeException.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • convertToRuntimeException

        public static javax.jms.JMSRuntimeException convertToRuntimeException​(javax.jms.JMSException e)
        Converts instances of sub-classes of JMSException into the corresponding sub-class of JMSRuntimeException.
        Parameters:
        e -
        Returns: