Class 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:
  • Constructor Details

    • BrokerStoppedException

      public BrokerStoppedException()
    • BrokerStoppedException

      public BrokerStoppedException(String message, Throwable cause)
    • BrokerStoppedException

      public BrokerStoppedException(String s)
    • BrokerStoppedException

      public BrokerStoppedException(Throwable cause)