Class DisruptorNotStartedException

  • All Implemented Interfaces:
    Serializable

    public class DisruptorNotStartedException
    extends Exception
    This exception is thrown when a producer attempts to publish an exchange while the Disruptor is not yet started or already shut down
    See Also:
    Serialized Form
    • Constructor Detail

      • DisruptorNotStartedException

        public DisruptorNotStartedException()
      • DisruptorNotStartedException

        public DisruptorNotStartedException​(String message)
      • DisruptorNotStartedException

        public DisruptorNotStartedException​(String message,
                                            Throwable cause)
      • DisruptorNotStartedException

        public DisruptorNotStartedException​(Throwable cause)