Ajout message + id

Springboot
Alix JEUDI--LEMOINE 1 year ago
parent ebb8b7099f
commit 74e8f223b3

@ -1,7 +1,7 @@
package fr.iut.sciencequest.sae.exceptions.notFound;
public class UtilisateurNotFoundException extends EntityNotFoundException{
public UtilisateurNotFoundException() {
super();
public UtilisateurNotFoundException(Object id) {
super("utilisateur", id);
}
}

Loading…
Cancel
Save