Package org.apache.activemq.broker
Class BrokerStoppedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.apache.activemq.broker.BrokerStoppedException
- All Implemented Interfaces:
Serializable
This exception is thrown by the broker when you try to use it after it has
been stopped.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBrokerStoppedException(String message, Throwable cause) BrokerStoppedException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BrokerStoppedException
public BrokerStoppedException() -
BrokerStoppedException
-
BrokerStoppedException
-
BrokerStoppedException
-