public class WebFluxResponseStatusExceptionHandler extends ResponseStatusExceptionHandler
ResponseStatusException のインスタンス(基本クラスから継承)を検出する一般的な WebFlux 例外ハンドラーと、それらの HTTP ステータスを判断し、それに応じてレスポンスのステータスを更新することにより、@ResponseStatus でアノテーション付けされた例外。レスポンスがすでにコミットされている場合、エラーは未解決のまま残り、伝播されます。
| コンストラクターと説明 |
|---|
WebFluxResponseStatusExceptionHandler() |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected HttpStatus | determineStatus(ThrowableSE ex) 指定された例外によって暗示される HTTP ステータスを決定します。 |
handle, setWarnLogCategorycloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE@Nullable protected HttpStatus determineStatus(ThrowableSE ex)
ResponseStatusExceptionHandlerResponseStatusExceptionHandler の determineStatus ex - イントロスペクトの例外