Class DefaultExceptionMapper
- java.lang.Object
-
- org.apache.storm.daemon.ui.exceptionmappers.DefaultExceptionMapper
-
-
Field Summary
Fields Modifier and Type Field Description jakarta.inject.Provider<jakarta.servlet.http.HttpServletRequest>
request
-
Constructor Summary
Constructors Constructor Description DefaultExceptionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.ws.rs.core.Response
toResponse(Throwable throwable)
toResponse.
-