Class DebugBundleExceptionMapper

java.lang.Object
com.debugbundle.jaxrs.jakarta.DebugBundleExceptionMapper
All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<Throwable>

@Provider public class DebugBundleExceptionMapper extends Object implements jakarta.ws.rs.ext.ExceptionMapper<Throwable>
  • Constructor Details

    • DebugBundleExceptionMapper

      public DebugBundleExceptionMapper()
    • DebugBundleExceptionMapper

      public DebugBundleExceptionMapper(DebugBundleClient client)
    • DebugBundleExceptionMapper

      public DebugBundleExceptionMapper(Supplier<DebugBundleClient> clientSupplier)
  • Method Details

    • toResponse

      public jakarta.ws.rs.core.Response toResponse(Throwable throwable)
      Specified by:
      toResponse in interface jakarta.ws.rs.ext.ExceptionMapper<Throwable>