Skip navigation links


org.identityconnectors.framework.common.exceptions
Class PasswordExpiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.identityconnectors.framework.common.exceptions.ConnectorException
                  extended by org.identityconnectors.framework.common.exceptions.ConnectorSecurityException
                      extended by org.identityconnectors.framework.common.exceptions.InvalidCredentialException
                          extended by org.identityconnectors.framework.common.exceptions.InvalidPasswordException
                              extended by org.identityconnectors.framework.common.exceptions.PasswordExpiredException

All Implemented Interfaces:
java.io.Serializable

public class PasswordExpiredException
extends InvalidPasswordException

Thrown when a password credential is invalid.

See Also:
Serialized Form

Constructor Summary
PasswordExpiredException()
           
PasswordExpiredException(java.lang.String message)
           
PasswordExpiredException(java.lang.String message, java.lang.Throwable ex)
           
PasswordExpiredException(java.lang.Throwable ex)
           

 

Method Summary
 Uid getUid()
           
 PasswordExpiredException initUid(Uid uid)
          Sets the Uid.

 

Methods inherited from class org.identityconnectors.framework.common.exceptions.ConnectorException
rethrow, wrap

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

PasswordExpiredException

public PasswordExpiredException()

PasswordExpiredException

public PasswordExpiredException(java.lang.String message)

PasswordExpiredException

public PasswordExpiredException(java.lang.Throwable ex)

PasswordExpiredException

public PasswordExpiredException(java.lang.String message,
                                java.lang.Throwable ex)

Method Detail

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.

Skip navigation links


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.