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.
- Author:
- chirino
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BrokerStoppedException
public BrokerStoppedException()
BrokerStoppedException
public BrokerStoppedException(String message,
Throwable cause)
BrokerStoppedException
public BrokerStoppedException(String s)
BrokerStoppedException
public BrokerStoppedException(Throwable cause)
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.