spring-framework / org.springframework.jms / UncategorizedJmsException

UncategorizedJmsException

open class UncategorizedJmsException : JmsException

JmsException to be thrown when no other matching subclass found.

Author
Juergen Hoeller

Since
1.1

Constructors

<init>

UncategorizedJmsException(msg: String)

Constructor that takes a message.

UncategorizedJmsException(msg: String, cause: Throwable)

Constructor that takes a message and a root cause.

UncategorizedJmsException(cause: Throwable)

Constructor that takes a root cause only.