ConstraintViolationException can contain mulitple violation messages

Signed-off-by: Melanie Retter <melanie.retter@bosch-si.com>
This commit is contained in:
Melanie Retter
2016-08-24 13:48:18 +02:00
parent 679f465db1
commit 50a86cdb7b
2 changed files with 8 additions and 7 deletions

View File

@@ -12,8 +12,8 @@ import org.eclipse.hawkbit.exception.AbstractServerRtException;
import org.eclipse.hawkbit.exception.SpServerError;
/**
* the {@link ConstraintViolationException} is thrown when an entity is
* tried to be saved which has constraint violations
* the {@link ConstraintViolationException} is thrown when an entity is tried to
* be saved which has constraint violations
*
*/
public class ConstraintViolationException extends AbstractServerRtException {