Java org.springframework.jms JmsException fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jms JmsException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jms JmsException.

The text is from its open source code.

Constructor

JmsException(String msg)
Constructor that takes a message.
JmsException(@Nullable Throwable cause)
Constructor that takes a plain root cause, intended for subclasses mirroring corresponding javax.jms exceptions.