public class HttpMessageConversionException extends NestedRuntimeException
HttpMessageConverter 実装によってスローされます。| コンストラクターと説明 |
|---|
HttpMessageConversionException(StringSE msg) 新しい HttpMessageConversionException を作成します。 |
HttpMessageConversionException(StringSE msg, ThrowableSE cause) 新しい HttpMessageConversionException を作成します。 |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic HttpMessageConversionException(StringSE msg)
msg - 詳細メッセージ public HttpMessageConversionException(StringSE msg, @Nullable ThrowableSE cause)
msg - 詳細メッセージ cause - 根本原因 (もしあれば)