This commit is contained in:
huangyuhui
2018-09-01 00:19:25 +08:00
parent efa280b839
commit 531fd87ff3
19 changed files with 142 additions and 440 deletions

View File

@@ -54,7 +54,7 @@ public abstract class Account implements Observable {
*
* @throws CredentialExpiredException when the stored credentials has expired, in which case a password login will be performed
*/
public abstract AuthInfo logIn() throws CredentialExpiredException, AuthenticationException;
public abstract AuthInfo logIn() throws AuthenticationException;
/**
* Login with specified password.