クラス 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
AMQP 操作の実行時に発生するエラーのベース RuntimeException。
- 作成者:
- Mark Fisher, Artem Bilan
- 関連事項:
コンストラクターの概要
コンストラクターコンストラクター説明AmqpException(@Nullable StringSE message, @Nullable ThrowableSE cause) AmqpException(@Nullable ThrowableSE cause) AmqpException(StringSE message) メソッドのサマリー
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
AmqpException
AmqpException
AmqpException