Class AmqpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.amqp.AmqpException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AmqpApplicationContextClosedException, AmqpAuthenticationException, AmqpConnectException, AmqpIllegalStateException, AmqpIOException, AmqpMessageReturnedException, AmqpRejectAndDontRequeueException, AmqpRemoteException, AmqpReplyTimeoutException, AmqpResourceNotAvailableException, AmqpTimeoutException, AmqpUnsupportedEncodingException, ImmediateAcknowledgeAmqpException, ImmediateRequeueAmqpException, ListenerExecutionFailedException, MessageConversionException, MessageRejectedWhileStoppingException, ReplyFailureException, UncategorizedAmqpException
Base RuntimeException for errors that occur when executing AMQP operations.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAmqpException(@Nullable String message, @Nullable Throwable cause) AmqpException(@Nullable Throwable cause) AmqpException(String message) -
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
-