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

  • Method Details

    • getDeclarable

      @Nullable public 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