パッケージ org.springframework.amqp
クラス AmqpException
- java.lang.ObjectSE
-
- java.lang.ThrowableSE
-
- java.lang.ExceptionSE
-
- java.lang.RuntimeExceptionSE
-
- org.springframework.amqp.AmqpException
- 実装済みのインターフェース一覧:
SerializableSE
- 既知の直属サブクラス
AfterCompletionFailedException、AmqpApplicationContextClosedException、AmqpAuthenticationException、AmqpConnectException、AmqpIllegalStateException、AmqpIOException、AmqpMessageReturnedException、AmqpNackReceivedException、AmqpRejectAndDontRequeueException、AmqpRemoteException、AmqpReplyTimeoutException、AmqpResourceNotAvailableException、AmqpTimeoutException、AmqpUnsupportedEncodingException、AutoRecoverConnectionNotCurrentlyOpenException、ConsumeOkNotReceivedException、FatalListenerExecutionException、FatalListenerStartupException、ImmediateAcknowledgeAmqpException、ImmediateRequeueAmqpException、ListenerExecutionFailedException、MessageConversionException、MessageRejectedWhileStoppingException、ReplyFailureException、StreamSendException、UncategorizedAmqpException
public class AmqpException extends RuntimeExceptionSE
AMQP 操作の実行時に発生するエラーのベース RuntimeException。- 作成者:
- Mark Fisher
- 関連事項:
- 連載形式
コンストラクター概要
コンストラクター コンストラクター 説明 AmqpException(StringSE message)AmqpException(StringSE message, ThrowableSE cause)AmqpException(ThrowableSE cause)
方法の概要
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
AmqpException
public AmqpException(StringSE message)
AmqpException
public AmqpException(ThrowableSE cause)
AmqpException
public AmqpException(StringSE message, ThrowableSE cause)