Class LoggerResponseExceptionMapper

  • All Implemented Interfaces:
    org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper<UpgradeNotFoundException>

    @Provider
    public class LoggerResponseExceptionMapper
    extends Object
    implements org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper<UpgradeNotFoundException>
    • Constructor Detail

      • LoggerResponseExceptionMapper

        public LoggerResponseExceptionMapper()
    • Method Detail

      • handles

        public boolean handles​(int status,
                               javax.ws.rs.core.MultivaluedMap<String,​Object> headers)
        Specified by:
        handles in interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper<UpgradeNotFoundException>