public class PasswordExpiredException extends InvalidPasswordException
| Constructor and Description |
|---|
PasswordExpiredException() |
PasswordExpiredException(String message) |
PasswordExpiredException(String message,
Throwable ex) |
PasswordExpiredException(Throwable ex) |
| Modifier and Type | Method and Description |
|---|---|
Uid |
getUid() |
PasswordExpiredException |
initUid(Uid uid)
Sets the Uid.
|
rethrow, wrapaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PasswordExpiredException()
public PasswordExpiredException(String message)
public PasswordExpiredException(Throwable ex)
public Uid getUid()
public PasswordExpiredException initUid(Uid uid)
AuthenticationApiOp should set the account Uid if available.uid - The uid.Copyright © 2013. All Rights Reserved.