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
public class BrokerStoppedException extends IllegalStateException
This exception is thrown by the broker when you try to use it after it has been stopped.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BrokerStoppedException()
BrokerStoppedException(String s)
BrokerStoppedException(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
-
-