java.lang.Object
io.quarkus.opentelemetry.runtime.tracing.instrumentation.resteasy.AttachExceptionHandler
All Implemented Interfaces:
org.jboss.resteasy.reactive.server.spi.ServerRestHandler, org.jboss.resteasy.reactive.spi.RestHandler<org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext>

public class AttachExceptionHandler extends Object implements org.jboss.resteasy.reactive.server.spi.ServerRestHandler
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext requestContext)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.jboss.resteasy.reactive.server.spi.ServerRestHandler

    isCancellable
  • Constructor Details

    • AttachExceptionHandler

      public AttachExceptionHandler()
  • Method Details

    • handle

      public void handle(org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext requestContext) throws Exception
      Specified by:
      handle in interface org.jboss.resteasy.reactive.spi.RestHandler<org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext>
      Specified by:
      handle in interface org.jboss.resteasy.reactive.server.spi.ServerRestHandler
      Throws:
      Exception