Class AmqpException.AmqpEntityDoesNotExistException

All Implemented Interfaces:
Serializable
Enclosing class:
AmqpException

public static class AmqpException.AmqpEntityDoesNotExistException extends AmqpException
Exception thrown when an entity (exchange, queue) does not exit.
See Also:
  • Constructor Details

    • AmqpEntityDoesNotExistException

      public AmqpEntityDoesNotExistException(String message, Throwable cause)
    • AmqpEntityDoesNotExistException

      public AmqpEntityDoesNotExistException(String message)