类 UncategorizedJmsException

    • 构造器详细资料

      • UncategorizedJmsException

        public UncategorizedJmsException​(String msg,
                                         Throwable cause)
        Constructor that takes a message and a root cause.
        参数:
        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.
        参数:
        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.