Fix not rethrow entity not found on dmf (#360)

* don't requeue entity not found exception

Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>

* don't requeue entity not found exception

Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
This commit is contained in:
Michael Hirsch
2016-11-21 13:03:33 +01:00
committed by GitHub
parent a9234ad671
commit fce33e6bb6

View File

@@ -29,6 +29,7 @@ import org.eclipse.hawkbit.repository.ControllerManagement;
import org.eclipse.hawkbit.repository.EntityFactory;
import org.eclipse.hawkbit.repository.RepositoryConstants;
import org.eclipse.hawkbit.repository.builder.ActionStatusCreate;
import org.eclipse.hawkbit.repository.exception.EntityNotFoundException;
import org.eclipse.hawkbit.repository.exception.TenantNotExistException;
import org.eclipse.hawkbit.repository.exception.TooManyStatusEntriesException;
import org.eclipse.hawkbit.repository.model.Action;