Package fr.tse.fise2.pip.Exceptions
Class UserAlreadyRegisteredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.tse.fise2.pip.Exceptions.UserAlreadyRegisteredException
- All Implemented Interfaces:
java.io.Serializable
public class UserAlreadyRegisteredException
extends java.lang.Exception
Exception permettant de gerer le cas ou l'utilisateur est deja enregistre
dans la database (double inscription)
- Author:
- Yammine Eric
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description UserAlreadyRegisteredException()
-
Method Summary
-
Constructor Details
-
UserAlreadyRegisteredException
public UserAlreadyRegisteredException()
-