Class MessageSource.QueueDeleted

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing interface:
    MessageSource

    public static final class MessageSource.QueueDeleted
    extends java.lang.Exception
    QueueDeleted signals a failure to create a consumer, because the queue has been deleted.

    TODO Move to top level, used outside this class.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      QueueDeleted()  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • QueueDeleted

        public QueueDeleted()