Class NotFoundExceptionMapper

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

    @Priority(5000)
    public final class NotFoundExceptionMapper
    extends ExceptionMapperBase<jakarta.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()