Class AmqpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.rabbitmq.client.amqp.AmqpException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AmqpException.AmqpConnectionException, AmqpException.AmqpEntityDoesNotExistException, AmqpException.AmqpResourceInvalidStateException, AmqpException.AmqpSecurityException
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classException related to connectivity problems.static classException thrown when an entity (exchange, queue) does not exit.static classException thrown when a resource is not usable because it is closed.static classException thrown when a resource is not in an appropriate state.static classException related to security (authentication, permission, etc). -
Constructor Summary
ConstructorsConstructorDescriptionAmqpException(String format, Object... args) AmqpException(String message, Throwable cause) AmqpException(Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AmqpException
-
AmqpException
-
AmqpException
-