This exception can be thrown from the login methods of the Server class to indicate that the user's password has expired and must be changed before the client's transmission will be allowed to proceed.
All members of PasswordExpiredException, including inherited members.
ConstructorsModifier and Type | Constructor | Description |
---|---|---|
public | PasswordExpiredException() | Constructs a new PasswordExpiredException object. |
public | PasswordExpiredException(String) | Constructs a new LoginBlockedException object. |
public | PasswordExpiredException(String, Throwable) | Constructs a new LoginBlockedException object. |
Modifier and Type | Member | Description |
---|---|---|
public | LoginException() | Constructs a new login exception. |
public | LoginException(String) | Constructs a new login exception with the given error message, which will be passed to the Agentry client. |
public | LoginException(String, Throwable) | Constructs a new login exception with the given error message, which will be passed to the Agentry client. |
Modifier and Type | Member | Description |
---|---|---|
public | AgentryException(String) | Constructs a new AgentryException object. |
public | AgentryException(String, Throwable) | Constructs a new AgentryException object. |
public | AgentryException(String, String, String, Throwable) | Constructs a new AgentryException object, for methods that support throwing exceptions that may appear in the client. |
public | AgentryException(String, String, String) | Constructs a new AgentryException object, for methods that support throwing exceptions that may appear in the client. |
public final String | getNotificationText() | Returns the notification window text. |
public final String | getNotificationTitle() | Returns the notification window title. |
public final String | getOkButtonLabel() | Returns the notification window button label. |
The user will be prompted to enter a new password; if they do, the various password-changing methods of the User class will be invoked.