Exception | Description |
---|---|
InvalidPasswordException |
Exception thrown if the password don't respect the password rules
|
InvalidProductAmountException |
Exception thrown if an productAmount is not valid
|
ItemCreationException |
Exception thrown if an item cannot be created
|
RecipeCreationException |
Exception thrown if a recipe cannot be created
|
SerializationException |
Exception thrown if an error occurs during the serialization of an object
|
UserCreationException |
Exception thrown if the user creation fails,
occurs if the password or the username don't respect account creation rules.
|