Class DeclarationExceptionEvent

All Implemented Interfaces:
Serializable

public class DeclarationExceptionEvent extends RabbitAdminEvent
Application event published when a declaration exception occurs.
Since:
1.6
Author:
Gary Russell
See Also:
  • Constructor Details

    • DeclarationExceptionEvent

      public DeclarationExceptionEvent(Object source, @Nullable Declarable declarable, Throwable t)
  • Method Details

    • getDeclarable

      public @Nullable Declarable getDeclarable()
      Returns:
      the declarable - if null, we were declaring a broker-named queue.
    • getThrowable

      public Throwable getThrowable()
      Returns:
      the throwable.
    • toString

      public String toString()
      Overrides:
      toString in class EventObject