Package com.rabbitmq.client.amqp
Class AmqpException.AmqpEntityDoesNotExistException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.rabbitmq.client.amqp.AmqpException
com.rabbitmq.client.amqp.AmqpException.AmqpEntityDoesNotExistException
- All Implemented Interfaces:
Serializable
- Enclosing class:
AmqpException
Exception thrown when an entity (exchange, queue) does not exit.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.rabbitmq.client.amqp.AmqpException
AmqpException.AmqpConnectionException, AmqpException.AmqpEntityDoesNotExistException, AmqpException.AmqpResourceClosedException, AmqpException.AmqpResourceInvalidStateException, AmqpException.AmqpSecurityException
-
Constructor Summary
ConstructorDescriptionAmqpEntityDoesNotExistException
(String message) AmqpEntityDoesNotExistException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AmqpEntityDoesNotExistException
-
AmqpEntityDoesNotExistException
-