クラス AmqpException

実装されているすべてのインターフェース:
SerializableSE
既知の直属サブクラス
AfterCompletionFailedExceptionAmqpApplicationContextClosedExceptionAmqpAuthenticationExceptionAmqpConnectExceptionAmqpIllegalStateExceptionAmqpIOExceptionAmqpMessageReturnedExceptionAmqpNackReceivedExceptionAmqpRejectAndDontRequeueExceptionAmqpRemoteExceptionAmqpReplyTimeoutExceptionAmqpResourceNotAvailableExceptionAmqpTimeoutExceptionAmqpUnsupportedEncodingExceptionAutoRecoverConnectionNotCurrentlyOpenExceptionConsumeOkNotReceivedExceptionFatalListenerExecutionExceptionFatalListenerStartupExceptionImmediateAcknowledgeAmqpExceptionImmediateRequeueAmqpExceptionListenerExecutionFailedExceptionMessageConversionExceptionMessageRejectedWhileStoppingExceptionReplyFailureExceptionStreamSendExceptionUncategorizedAmqpException

public class AmqpException extends RuntimeExceptionSE
AMQP 操作の実行時に発生するエラーのベース RuntimeException。
作成者:
Mark Fisher, Artem Bilan
関連事項:
  • コンストラクターの詳細

    • AmqpException

      public AmqpException(StringSE message)
    • AmqpException

      public AmqpException(@Nullable ThrowableSE cause)
    • AmqpException

      public AmqpException(@Nullable StringSE message, @Nullable ThrowableSE cause)