public class AmqpRejectAndDontRequeueException extends AmqpException
| コンストラクターと説明 |
|---|
AmqpRejectAndDontRequeueException(StringSE message) 指定された引数でインスタンスを構築します。 |
AmqpRejectAndDontRequeueException(StringSE message, boolean rejectManual, ThrowableSE cause) 指定された引数でインスタンスを構築します。 |
AmqpRejectAndDontRequeueException(StringSE message, ThrowableSE cause) 指定された引数でインスタンスを構築します。 |
AmqpRejectAndDontRequeueException(ThrowableSE cause) 指定された引数でインスタンスを構築します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
boolean | isRejectManual() コンテナーがメッセージを拒否する必要がある場合は、手動の ack があっても True を指定します。 |
addSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic AmqpRejectAndDontRequeueException(StringSE message)
message - 問題を説明するメッセージ。public AmqpRejectAndDontRequeueException(ThrowableSE cause)
cause - 原因。public AmqpRejectAndDontRequeueException(StringSE message, ThrowableSE cause)
message - 問題を説明するメッセージ。cause - 原因。public AmqpRejectAndDontRequeueException(@Nullable StringSE message, boolean rejectManual, @Nullable ThrowableSE cause)
message - 問題を説明するメッセージ。rejectManual - これが最上位の例外である場合 (たとえば、エラーハンドラーによってスローされた場合)、手動 Acks を使用しても、メッセージを拒否する場合は true。cause - 原因。