Class UserNotFound
java.lang.Object
java.lang.Throwable
java.lang.Exception
error.LoginError
error.UserNotFound
- All Implemented Interfaces:
Serializable
Exception thrown when a user cannot be found in the database |
Exception levée lorsqu'un utilisateur ne peut pas être trouvé dans la base de données.
- Author:
- FIGUEIRAS Jossua
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserNotFound
public UserNotFound()Constructor
-