クラス 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)