Skip navigation links

Oracle Fusion Middleware User and Role Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14658-01


oracle.security.idm
Class AuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.security.idm.IMException
              extended by oracle.security.idm.AuthenticationException

All Implemented Interfaces:
java.io.Serializable

public class AuthenticationException
extends IMException

This exception is thrown when an authentication error occurs while accessing the identity store. An authentication error can happen, for example, when the credentials supplied by the user program is invalid or otherwise fails to authenticate the user to the identity store.

Since:
10.1.3
See Also:
UserManager.authenticateUser(), Serialized Form

Constructor Summary
AuthenticationException()
           
AuthenticationException(java.lang.String msg)
           
AuthenticationException(java.lang.String msg, java.lang.Exception e, int policyErr)
           
AuthenticationException(java.lang.String msg, int policyErr)
           

 

Method Summary
 int getPasswordPolicyError()
           

 

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

AuthenticationException

public AuthenticationException()

AuthenticationException

public AuthenticationException(java.lang.String msg,
                               int policyErr)

AuthenticationException

public AuthenticationException(java.lang.String msg)

AuthenticationException

public AuthenticationException(java.lang.String msg,
                               java.lang.Exception e,
                               int policyErr)

Method Detail

getPasswordPolicyError

public int getPasswordPolicyError()

Skip navigation links

Oracle Fusion Middleware User and Role Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14658-01


Copyright © 2005, 2009, Oracle. All rights reserved.