Class BaseExceptionMapper<T extends Throwable>

    • Constructor Detail

      • BaseExceptionMapper

        protected BaseExceptionMapper​(ServerConfig serverConfig)
    • Method Detail

      • buildExceptionResponse

        protected javax.ws.rs.core.Response buildExceptionResponse​(int status,
                                                                   String reason,
                                                                   String message,
                                                                   Exception e)
      • buildExceptionResponse

        protected javax.ws.rs.core.Response buildExceptionResponse​(int status,
                                                                   String reason,
                                                                   String message,
                                                                   Exception e,
                                                                   boolean includeExceptionStackTrace,
                                                                   Consumer<javax.ws.rs.core.Response.ResponseBuilder> responseHandler)