Package org.apache.activemq
Class NotStartedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.jms.JMSException
jakarta.jms.IllegalStateException
org.apache.activemq.NotStartedException
- All Implemented Interfaces:
Serializable
public class NotStartedException
extends jakarta.jms.IllegalStateException
An exception thrown when an operation is invoked on a service
which has not yet been started.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jakarta.jms.JMSException
getErrorCode, getLinkedException, setLinkedException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotStartedException
public NotStartedException()
-