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 Details

    • NotStartedException

      public NotStartedException()