|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.apache.activemq.broker.BrokerStoppedException
public class BrokerStoppedException
This exception is thrown by the broker when you try to use it after it has been stopped.
| Constructor Summary | |
|---|---|
BrokerStoppedException()
|
|
BrokerStoppedException(java.lang.String s)
|
|
BrokerStoppedException(java.lang.String message,
java.lang.Throwable cause)
|
|
BrokerStoppedException(java.lang.Throwable cause)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BrokerStoppedException()
public BrokerStoppedException(java.lang.String message,
java.lang.Throwable cause)
public BrokerStoppedException(java.lang.String s)
public BrokerStoppedException(java.lang.Throwable cause)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||