Skip navigation links
oracle.security.am.engines.common.identity.provider.exceptions
Class TestConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
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
| 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 |
errorCode
public TestConnectionException.TestConnErrCode errorCode
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.
getErrCode
public TestConnectionException.TestConnErrCode getErrCode()
- Error code accessor
-
- Returns:
- The errorcode set in this exception
Skip navigation links
Copyright © 2012, Oracle Corp. All Rights Reserved.