パッケージ org.springframework.amqp
クラス UncategorizedAmqpException
- java.lang.ObjectSE
-
- java.lang.ThrowableSE
-
- java.lang.ExceptionSE
-
- java.lang.RuntimeExceptionSE
-
- org.springframework.amqp.AmqpException
-
- org.springframework.amqp.UncategorizedAmqpException
- 実装済みのインターフェース一覧:
SerializableSE
public class UncategorizedAmqpException extends AmqpException
AmqpException 階層内で特定の原因が不明な場合の「キャッチオール」例外型。- 作成者:
- Mark Pollack
- 関連事項:
- 連載形式
コンストラクター概要
コンストラクター コンストラクター 説明 UncategorizedAmqpException(StringSE message, ThrowableSE cause)UncategorizedAmqpException(ThrowableSE cause)
方法の概要
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
UncategorizedAmqpException
public UncategorizedAmqpException(ThrowableSE cause)
UncategorizedAmqpException
public UncategorizedAmqpException(StringSE message, ThrowableSE cause)