public class

IllegalStateException

extends JmsException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.springframework.core.NestedRuntimeException
           ↳ org.springframework.jms.JmsException
             ↳ org.springframework.jms.IllegalStateException

Class Overview

Runtime exception mirroring the JMS IllegalStateException.

See Also
  • javax.jms.IllegalStateException

Summary

Public Constructors
IllegalStateException(javax.jms.IllegalStateException cause)
[Expand]
Inherited Methods
From class org.springframework.jms.JmsException
From class org.springframework.core.NestedRuntimeException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public IllegalStateException (javax.jms.IllegalStateException cause)