Package org.apache.activemq
Class NotStartedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.jms.JMSException
-
- javax.jms.IllegalStateException
-
- org.apache.activemq.NotStartedException
-
- All Implemented Interfaces:
Serializable
public class NotStartedException extends IllegalStateException
An exception thrown when an operation is invoked on a service which has not yet been started.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotStartedException()
-
Method Summary
-
Methods inherited from class javax.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
-
-