public class NoContentException extends IOExceptionSE
MessageBodyReader
実装によってスローされる I/O 例外。 この例外は、サーバーリクエストエンティティの読み取り中にスローされると、JAX-RS サーバーランタイムによって元の NoContentException
をラップする BadRequestException
に自動的に変換され、登録された exception mappers
による標準処理のために再スローされます。
コンストラクターと説明 |
---|
NoContentException(StringSE message) 新しい NoContentException インスタンスを作成します。 |
NoContentException(StringSE message, ThrowableSE cause) 新しい NoContentException インスタンスを作成します。 |
NoContentException(ThrowableSE cause) 新しい NoContentException インスタンスを作成します。 |
addSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSE
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
public NoContentException(StringSE message)
NoContentException
インスタンスを作成します。message
- 詳細メッセージ(Throwable.getMessage()
SE メソッドによる後の検索のために保存されます)。public NoContentException(StringSE message, ThrowableSE cause)
NoContentException
インスタンスを作成します。message
- 詳細メッセージ(Throwable.getMessage()
SE メソッドによる後の検索のために保存されます)。cause
- 例外の根本的な原因。public NoContentException(ThrowableSE cause)
NoContentException
インスタンスを作成します。cause
- 例外の根本的な原因。Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.