Package com.rabbitmq.client.amqp
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
Exception classes.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Exception related to connectivity problems.static class
Exception thrown when an entity (exchange, queue) does not exit.static class
Exception thrown when a resource is not usable because it is closed.static class
Exception thrown when a resource is not in an appropriate state.static class
Exception related to security (authentication, permission, etc). -
Constructor Summary
ConstructorDescriptionAmqpException
(String format, Object... args) AmqpException
(String message, Throwable cause) AmqpException
(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
-
AmqpException
-
AmqpException
-
AmqpException
-