public class InvalidExternalAuthenticationConfigurationException extends AuthenticationServiceException
| Constructor and Description |
|---|
InvalidExternalAuthenticationConfigurationException(java.lang.String pUsername,
oracle.odi.internal.util.MessageHandle message,
java.lang.Object[] args)
Constructs an InvalidExternalAuthenticationConfiguration object.
|
InvalidExternalAuthenticationConfigurationException(java.lang.String pUsername,
java.lang.Throwable pCause)
Constructs an InvalidExternalAuthenticationConfiguration object.
|
getUsernamegetErrorID, getErrorMsgHandle, getLocalizedMessage, getLocalizedMessage, getMessagepublic InvalidExternalAuthenticationConfigurationException(java.lang.String pUsername,
java.lang.Throwable pCause)
pUsername - the user name which is used to make connection to ODI in external authentication mode.pCause - a Throwable object got from OPSS library when ODI tries to contact the jps instance according to the OPSS configuration e.g. from configuration file jps-config.xml.public InvalidExternalAuthenticationConfigurationException(java.lang.String pUsername,
oracle.odi.internal.util.MessageHandle message,
java.lang.Object[] args)
pUsername - the user name which is used to make connection to ODI in external authentication mode.message - a String ODI wants to let end user know more information about the cause of this exception.