Class DebugBundleExceptionMapper

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

@Provider public class DebugBundleExceptionMapper extends Object implements javax.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 javax.ws.rs.core.Response toResponse(Throwable throwable)
      Specified by:
      toResponse in interface javax.ws.rs.ext.ExceptionMapper<Throwable>