spring-framework / org.springframework.jms / UncategorizedJmsException / <init>

<init>

UncategorizedJmsException(msg: String)

Constructor that takes a message.

Parameters

msg - the detail message

UncategorizedJmsException(msg: String, cause: Throwable)

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 javax.jms.JMSException, but can also be a JNDI NamingException or the like.

UncategorizedJmsException(cause: Throwable)

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 javax.jms.JMSException, but can also be a JNDI NamingException or the like.