Class UncategorizedJmsException

    • Constructor Detail

      • UncategorizedJmsException

        public UncategorizedJmsException​(String msg,
                                         Throwable cause)
        Constructor that takes a message and a root cause.
        Parameters:
        msg - the detail message
        cause - the cause of the exception. This argument is generally expected to be a proper subclass of JMSException, but can also be a JNDI NamingException or the like.
      • UncategorizedJmsException

        public UncategorizedJmsException​(Throwable cause)
        Constructor that takes a root cause only.
        Parameters:
        cause - the cause of the exception. This argument is generally expected to be a proper subclass of JMSException, but can also be a JNDI NamingException or the like.