Do not requeue messages that violate a constraint (#442)
* Do not requeue constraintviolation Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com> * Add MessageConversionException Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com> * Add CancelActionNotAllowedException Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com> * Add MessageHandlingException Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>
This commit is contained in:
committed by
Michael Hirsch
parent
822c822948
commit
45f3ca0787
@@ -15,13 +15,10 @@ import org.eclipse.hawkbit.exception.SpServerError;
|
||||
* Thrown if cancellation of action is requested where the action cannot be
|
||||
* cancelled (e.g. the action is not active or is already a canceled action) or
|
||||
* controller provides cancellation feedback on an action that is actually not
|
||||
* in caneling state.
|
||||
* in canceling state.
|
||||
*
|
||||
*/
|
||||
public final class CancelActionNotAllowedException extends AbstractServerRtException {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user