Class EmailAlreadyExistException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
it.unicam.cs.ids2425.FilieraAgricola.exception.EmailAlreadyExistException
- All Implemented Interfaces:
Serializable
Eccezione rilanciata quando si tenta di registrare un utente con un'email giĆ
presente a sistema.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEmailAlreadyExistException(String message) Crea una nuova eccezione con il messaggio specificato. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EmailAlreadyExistException
Crea una nuova eccezione con il messaggio specificato.- Parameters:
message- messaggio descrittivo dell'errore.
-