public interface ConsoleService
| Modifier and Type | Method and Description |
|---|---|
void |
sendNewPassword(User user)
Allows a specified user's password to be sent to them.
|
void sendNewPassword(User user) throws IllegalArgumentException
user - - The user we are to send the password toIllegalArgumentException - If the user details are incorrect
TODO Sort out the other types of exceptionsOtherException - if the sending failsCopyright © 2007-2015 Ikasan. All Rights Reserved.