Class NotFoundExceptionMapper

  • All Implemented Interfaces:
    javax.ws.rs.ext.ExceptionMapper<javax.ws.rs.NotFoundException>

    @Priority(5000)
    public final class NotFoundExceptionMapper
    extends ExceptionMapperBase<javax.ws.rs.NotFoundException>
    Mapper overriding default Quarkus exception mapper to make all error responses compliant with RFC7807.
    See Also:
    NotFoundExceptionMapper
    • Constructor Detail

      • NotFoundExceptionMapper

        public NotFoundExceptionMapper()