クラス ConsumerCancelledException
- java.lang.ObjectSE
-
- java.lang.ThrowableSE
-
- java.lang.ExceptionSE
-
- java.lang.RuntimeExceptionSE
-
- org.springframework.amqp.rabbit.support.ConsumerCancelledException
- 実装されているすべてのインターフェース:
SerializableSE
public class ConsumerCancelledException extends RuntimeExceptionSE
ブローカーがコンシューマーをキャンセルし、メッセージキューが空になったときにスローされます。- 導入:
- 1.0.1
- 作成者:
- Gary Russell
- 関連事項:
- 連載形式
コンストラクターの概要
コンストラクター コンストラクター 説明 ConsumerCancelledException()
ConsumerCancelledException(ThrowableSE cause)
メソッドのサマリー
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
ConsumerCancelledException
public ConsumerCancelledException()
ConsumerCancelledException
public ConsumerCancelledException(ThrowableSE cause)