Class ActiveMQIllegalStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.activemq.artemis.api.core.ActiveMQException
org.apache.activemq.artemis.api.core.ActiveMQIllegalStateException
- All Implemented Interfaces:
Serializable
An ActiveMQ Artemis resource is not in a legal state (e.g. calling ClientConsumer.receive() if a
MessageHandler is set).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.activemq.artemis.api.core.ActiveMQException
getType, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ActiveMQIllegalStateException
public ActiveMQIllegalStateException() -
ActiveMQIllegalStateException
-