Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


oracle.odi.core.security
Class PasswordPolicyNotMatchedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.odi.core.exception.OdiRuntimeException
                  extended by oracle.odi.exception.OdiUncheckedException
                      extended by oracle.odi.core.security.OdiSecurityException
                          extended by oracle.odi.core.security.AuthenticationException
                              extended by oracle.odi.core.security.PasswordPolicyNotMatchedException

All Implemented Interfaces:
java.io.Serializable

public class PasswordPolicyNotMatchedException
extends AuthenticationException

Note this exception is a runtime exception since security failure are generally fatal.

Since:
11.1.1.3.0
See Also:
Serialized Form

Constructor Summary
PasswordPolicyNotMatchedException(java.lang.String p, oracle.odi.internal.util.MessageHandle pMessage, java.lang.Object... args)
          Construct a new PasswordPolicyNotMatchedException.
PasswordPolicyNotMatchedException(java.lang.String p, java.lang.Throwable pCause, oracle.odi.internal.util.MessageHandle pMessage, java.lang.Object... args)
          Construct a new PasswordPolicyNotMatchedException.

 

Method Summary
 java.lang.String getPolicyName()
          Return the name of the mismatched policy.

 

Methods inherited from class oracle.odi.core.security.AuthenticationException
getUsername

 

Methods inherited from class oracle.odi.exception.OdiUncheckedException
getErrorID, getErrorMsgHandle, getLocalizedMessage, getLocalizedMessage, getMessage

 

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

 

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

 

Constructor Detail

PasswordPolicyNotMatchedException

public PasswordPolicyNotMatchedException(java.lang.String p,
                                         java.lang.Throwable pCause,
                                         oracle.odi.internal.util.MessageHandle pMessage,
                                         java.lang.Object... args)
Construct a new PasswordPolicyNotMatchedException.
Parameters:
p - the policy name.
pMessage - the message about the policy mismatch.
pCause - the real cause of the mismatch.

PasswordPolicyNotMatchedException

public PasswordPolicyNotMatchedException(java.lang.String p,
                                         oracle.odi.internal.util.MessageHandle pMessage,
                                         java.lang.Object... args)
Construct a new PasswordPolicyNotMatchedException.
Parameters:
p - the policy name.
pMessage - the message about the policy mismatch.

Method Detail

getPolicyName

public java.lang.String getPolicyName()
Return the name of the mismatched policy.
Returns:
String representing the name of the mismatched policy.

Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


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