Class AmqpException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AmqpApplicationContextClosedException, AmqpAuthenticationException, AmqpConnectException, AmqpIllegalStateException, AmqpIOException, AmqpMessageReturnedException, AmqpRejectAndDontRequeueException, AmqpRemoteException, AmqpReplyTimeoutException, AmqpResourceNotAvailableException, AmqpTimeoutException, AmqpUnsupportedEncodingException, ImmediateAcknowledgeAmqpException, ImmediateRequeueAmqpException, MessageConversionException, UncategorizedAmqpException

public class AmqpException extends RuntimeException
Base RuntimeException for errors that occur when executing AMQP operations.
See Also:
  • Constructor Details

    • AmqpException

      public AmqpException(String message)
    • AmqpException

      public AmqpException(Throwable cause)
    • AmqpException

      public AmqpException(String message, Throwable cause)