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