forked from tom.biard/ScienceQuest
parent
ebb8b7099f
commit
74e8f223b3
@ -1,7 +1,7 @@
|
|||||||
package fr.iut.sciencequest.sae.exceptions.notFound;
|
package fr.iut.sciencequest.sae.exceptions.notFound;
|
||||||
|
|
||||||
public class UtilisateurNotFoundException extends EntityNotFoundException{
|
public class UtilisateurNotFoundException extends EntityNotFoundException{
|
||||||
public UtilisateurNotFoundException() {
|
public UtilisateurNotFoundException(Object id) {
|
||||||
super();
|
super("utilisateur", id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue