forked from tom.biard/ScienceQuest
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…
Reference in new issue