Introduce optional throttled DMF requeuing (#373)

* Inroduce throttled requeuing
Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>
This commit is contained in:
Kai Zimmermann
2016-12-09 14:42:33 +01:00
committed by GitHub
parent f0fc8f0606
commit 0ddcedad74
6 changed files with 88 additions and 9 deletions

View File

@@ -15,10 +15,6 @@ import org.eclipse.hawkbit.exception.SpServerError;
* Exception which is thrown when trying to set an invalid target address.
*/
public class InvalidTargetAddressException extends AbstractServerRtException {
/**
*
*/
private static final long serialVersionUID = 1L;
/**