public class MessagingExceptionWrapper extends MessagingException
MessagePublishingErrorHandler
に伝達するために使用される MessagingException
のラッパー例外。元のメッセージは、この例外の failedMessage
プロパティにあります。内部フレームワークの使用のみを目的としています。エラーハンドラーは通常、エラーメッセージの作成中に原因をアンラップします。
コンストラクターと説明 |
---|
MessagingExceptionWrapper(Message<?> originalMessage, MessagingException cause) |
getFailedMessage, toString
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
public MessagingExceptionWrapper(Message<?> originalMessage, MessagingException cause)