Class ServletErrorCauseExtractor<REQUEST,RESPONSE>

java.lang.Object
io.opentelemetry.javaagent.instrumentation.servlet.ServletErrorCauseExtractor<REQUEST,RESPONSE>
All Implemented Interfaces:
io.opentelemetry.instrumentation.api.instrumenter.ErrorCauseExtractor

public class ServletErrorCauseExtractor<REQUEST,RESPONSE> extends Object implements io.opentelemetry.instrumentation.api.instrumenter.ErrorCauseExtractor
  • Constructor Details

  • Method Details

    • extract

      public Throwable extract(Throwable error)
      Specified by:
      extract in interface io.opentelemetry.instrumentation.api.instrumenter.ErrorCauseExtractor