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