org.identityconnectors.framework.common.exceptions
Class PasswordExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.identityconnectors.framework.common.exceptions.ConnectorException
org.identityconnectors.framework.common.exceptions.ConnectorSecurityException
org.identityconnectors.framework.common.exceptions.InvalidCredentialException
org.identityconnectors.framework.common.exceptions.InvalidPasswordException
org.identityconnectors.framework.common.exceptions.PasswordExpiredException
- All Implemented Interfaces:
- Serializable
public class PasswordExpiredException
- extends InvalidPasswordException
Thrown when a password credential is invalid.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PasswordExpiredException
public PasswordExpiredException()
PasswordExpiredException
public PasswordExpiredException(String message)
PasswordExpiredException
public PasswordExpiredException(Throwable ex)
PasswordExpiredException
public PasswordExpiredException(String message,
Throwable ex)
getUid
public Uid getUid()
initUid
public PasswordExpiredException initUid(Uid uid)
- Sets the Uid. Connectors who throw this exception from their
AuthenticationApiOp
should set the account Uid if available.
- Parameters:
uid
- The uid.
- Returns:
- A reference to this.
Copyright © 2012. All Rights Reserved.