Skip navigation links

Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager
11g Release 2 (11.1.2)

E27137-01


oracle.security.am.engines.common.identity.provider.exceptions
Class TestConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
              extended by oracle.security.am.engines.common.identity.provider.exceptions.TestConnectionException

All Implemented Interfaces:
java.io.Serializable

public class TestConnectionException
extends IdentityProviderException

This exception is thrown while testing a connection from the OAM11g Console.
It denotes errors while validating parameters for a User Identity Store.

Since:
release specific (what release of product did this appear in)
Version:
$Header: ngam/src/engines/common/identity/src/main/java/oracle/security/am/engines/common/identity/provider/exceptions/TestConnectionException.java /main/4 2010/11/12 08:29:34 parashah Exp $
See Also:
Serialized Form

Nested Class Summary
static class TestConnectionException.TestConnErrCode
           

 

Nested classes/interfaces inherited from class oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
IdentityProviderException.ERROR_CODES

 

Field Summary
 TestConnectionException.TestConnErrCode errorCode
           

 

Fields inherited from class oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
COMPONENT_BUNDLE_CLASS

 

Constructor Summary
TestConnectionException(java.lang.Exception e)
          Constructor
TestConnectionException(java.lang.Exception e, TestConnectionException.TestConnErrCode errorCode)
          Constructor with error code
TestConnectionException(java.lang.String msg, java.lang.Exception e1, TestConnectionException.TestConnErrCode errorCode)
          Constructor with message, exception and error code
TestConnectionException(java.lang.String msg, java.lang.Object[] params, TestConnectionException.TestConnErrCode errorCode)
          Constructor with message, error code and params

 

Method Summary
 TestConnectionException.TestConnErrCode getErrCode()
          Error code accessor

 

Methods inherited from class oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
extractAndSetNativeErrorCode, extractAndSetNativeErrorCodeForPswdChange, getBundleName, getErrorCode, getMessage, getMessage, getMessageID, getPrimaryErrorCode, setErrorcode, setPrimaryErrorCode, toString

 

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

 

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

 

Field Detail

errorCode

public TestConnectionException.TestConnErrCode errorCode

Constructor Detail

TestConnectionException

public TestConnectionException(java.lang.Exception e)
Constructor
Parameters:
e - The exception to be wrapped and thrown

TestConnectionException

public TestConnectionException(java.lang.Exception e,
                               TestConnectionException.TestConnErrCode errorCode)
Constructor with error code
Parameters:
e - The exception to be wrapped and thrown
errorCode - The error code to be set.

TestConnectionException

public TestConnectionException(java.lang.String msg,
                               java.lang.Object[] params,
                               TestConnectionException.TestConnErrCode errorCode)
Constructor with message, error code and params
Parameters:
msg - The msg to be passed in the wrapping exception
params - Parameters to be substituted in the message.
errorCode - The error code to be set.

TestConnectionException

public TestConnectionException(java.lang.String msg,
                               java.lang.Exception e1,
                               TestConnectionException.TestConnErrCode errorCode)
Constructor with message, exception and error code
Parameters:
msg - The msg to be passed in the wrapping exception
e1 - The exception to be wrapped and thrown
errorCode - The error code to be set.

Method Detail

getErrCode

public TestConnectionException.TestConnErrCode getErrCode()
Error code accessor
Returns:
The errorcode set in this exception

Skip navigation links

Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager
11g Release 2 (11.1.2)

E27137-01


Copyright © 2012, Oracle Corp. All Rights Reserved.