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