Skip navigation links

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

E17060-02


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.core.security.OdiSecurityException
                      extended by oracle.odi.core.security.PasswordPolicyNotMatchedException

All Implemented Interfaces:
java.io.Serializable

public class PasswordPolicyNotMatchedException
extends OdiSecurityException

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)
          Construct a new empty PasswordPolicyNotMatchedException.
PasswordPolicyNotMatchedException(java.lang.String p, java.lang.String pMessage)
          Construct a new PasswordPolicyNotMatchedException.
PasswordPolicyNotMatchedException(java.lang.String p, java.lang.String pMessage, java.lang.Throwable pCause)
          Construct a new PasswordPolicyNotMatchedException.
PasswordPolicyNotMatchedException(java.lang.String p, java.lang.Throwable pCause)
          Construct a new PasswordPolicyNotMatchedException.

 

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

 

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

PasswordPolicyNotMatchedException

public PasswordPolicyNotMatchedException(java.lang.String p)
Construct a new empty PasswordPolicyNotMatchedException.
Parameters:
p - the message about the policy mismatch.

PasswordPolicyNotMatchedException

public PasswordPolicyNotMatchedException(java.lang.String p,
                                         java.lang.String pMessage,
                                         java.lang.Throwable pCause)
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,
                                         java.lang.String pMessage)
Construct a new PasswordPolicyNotMatchedException.
Parameters:
p - the policy name.
pMessage - the message about the policy mismatch.

PasswordPolicyNotMatchedException

public PasswordPolicyNotMatchedException(java.lang.String p,
                                         java.lang.Throwable pCause)
Construct a new PasswordPolicyNotMatchedException.
Parameters:
p - the policy name.
pCause - the real cause of the 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.5.0)

E17060-02


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