Skip navigation links

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

E17060-04


oracle.odi.core.security
Class AuthenticationServiceException

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.AuthenticationServiceException

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidExternalAuthenticationConfigurationException

public class AuthenticationServiceException
extends AuthenticationException

AuthenticationServiceException is used to report an unexpected error during an authentication request, such as a system problem.

Since:
11.1.1.6.0
Version:
$Header: AuthenticationServiceException.java 10-mar-2011.14:28:29 aputseye Exp $
See Also:
Serialized Form

Constructor Summary
AuthenticationServiceException(oracle.odi.internal.util.MessageHandle pErrorMsg, java.lang.Object... pMsgArgs)
          Base constructor with custom error message.
AuthenticationServiceException(java.lang.String username, oracle.odi.internal.util.MessageHandle pErrorMsg, java.lang.Object... pMsgArgs)
          Base constructor with custom error message.
AuthenticationServiceException(java.lang.Throwable pCause)
          Constructor with default error message Messages.ERR_SECURITY_UNCATEGORIZED_EXCEPTION.
AuthenticationServiceException(java.lang.Throwable pCause, oracle.odi.internal.util.MessageHandle pErrorMsg, java.lang.Object... pMsgArgs)
          Base constructor with custom error message.
AuthenticationServiceException(java.lang.Throwable pCause, java.lang.String username, oracle.odi.internal.util.MessageHandle pErrorMsg, java.lang.Object... pMsgArgs)
          Base constructor with custom error message.

 

Method Summary

 

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

AuthenticationServiceException

public AuthenticationServiceException(java.lang.String username,
                                      oracle.odi.internal.util.MessageHandle pErrorMsg,
                                      java.lang.Object... pMsgArgs)
Base constructor with custom error message. Error message arguments are used for customizing error message. The number of arguments should match number of required arguments at error message.
Parameters:
pErrorMsg - custom error message.
pMsgArgs - error message arguments.
username - user, which causes exception. Could be null.

AuthenticationServiceException

public AuthenticationServiceException(oracle.odi.internal.util.MessageHandle pErrorMsg,
                                      java.lang.Object... pMsgArgs)
Base constructor with custom error message. Error message arguments are used for customizing error message. The number of arguments should match number of required arguments at error message.
Parameters:
pErrorMsg - custom error message.
pMsgArgs - error message arguments.

AuthenticationServiceException

public AuthenticationServiceException(java.lang.Throwable pCause,
                                      java.lang.String username,
                                      oracle.odi.internal.util.MessageHandle pErrorMsg,
                                      java.lang.Object... pMsgArgs)
Base constructor with custom error message. Error message arguments are used for customizing error message. The number of arguments should match number of required arguments at error message.
Parameters:
pCause - exception root cause.
pErrorMsg - custom error message.
pMsgArgs - error message arguments.
username - user, which causes exception. Could be null.

AuthenticationServiceException

public AuthenticationServiceException(java.lang.Throwable pCause,
                                      oracle.odi.internal.util.MessageHandle pErrorMsg,
                                      java.lang.Object... pMsgArgs)
Base constructor with custom error message. Error message arguments are used for customizing error message. The number of arguments should match number of required arguments at error message.
Parameters:
pCause - exception root cause.
pErrorMsg - custom error message.
pMsgArgs - error message arguments.

AuthenticationServiceException

public AuthenticationServiceException(java.lang.Throwable pCause)
Constructor with default error message Messages.ERR_SECURITY_UNCATEGORIZED_EXCEPTION. Should be used carefully, because it has a little information.
Parameters:
pCause -

Skip navigation links

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

E17060-04


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