パッケージ org.springframework.amqp
クラス AmqpIllegalStateException
- java.lang.ObjectSE
-
- java.lang.ThrowableSE
-
- java.lang.ExceptionSE
-
- java.lang.RuntimeExceptionSE
-
- org.springframework.amqp.AmqpException
-
- org.springframework.amqp.AmqpIllegalStateException
- 実装済みのインターフェース一覧:
SerializableSE
public class AmqpIllegalStateException extends AmqpException
IllegalStateException と同等ですが、AmqpException 階層内にあります。- 作成者:
- Mark Pollack
- 関連事項:
- 連載形式
コンストラクター概要
コンストラクター コンストラクター 説明 AmqpIllegalStateException(StringSE message)AmqpIllegalStateException(StringSE message, ThrowableSE cause)
方法の概要
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
AmqpIllegalStateException
public AmqpIllegalStateException(StringSE message)
AmqpIllegalStateException
public AmqpIllegalStateException(StringSE message, ThrowableSE cause)