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:
Serializable
This exception is thrown while testing a connection from the OAM11g Console.
It denotes errors while validating parameters for a User Identity Store.
It denotes errors while validating parameters for a User Identity Store.
- Since:
- release specific (what release of product did this appear in)
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
IdentityProviderException.ERROR_CODES -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTestConnectionException<wbr>(Exception e)ConstructorTestConnectionException<wbr>(Exception e, TestConnectionException.TestConnErrCode errorCode)Constructor with error codeTestConnectionException<wbr>(String msg, Exception e1, TestConnectionException.TestConnErrCode errorCode)Constructor with message, exception and error codeTestConnectionException<wbr>(String msg, Object[] params, TestConnectionException.TestConnErrCode errorCode)Constructor with message, error code and params -
Method Summary
Modifier and TypeMethodDescriptionError code accessorMethods inherited from class oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
extractAndSetNativeErrorCodeForAuthException, extractAndSetNativeErrorCodeForIDS, getBundleName, getErrorCode, getMessage, getMessage, getMessageID, getPrimaryErrorCode, setErrorcode, setPrimaryErrorCode, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
errorCode
-
-
Constructor Details
-
TestConnectionException
Constructor- Parameters:
e- The exception to be wrapped and thrown
-
TestConnectionException
Constructor with error code- Parameters:
e- The exception to be wrapped and thrownerrorCode- The error code to be set.
-
TestConnectionException
public TestConnectionException<wbr>(String msg, Object[] params, TestConnectionException.TestConnErrCode errorCode)Constructor with message, error code and params- Parameters:
msg- The msg to be passed in the wrapping exceptionparams- Parameters to be substituted in the message.errorCode- The error code to be set.
-
TestConnectionException
public TestConnectionException<wbr>(String msg, Exception e1, TestConnectionException.TestConnErrCode errorCode)Constructor with message, exception and error code- Parameters:
msg- The msg to be passed in the wrapping exceptione1- The exception to be wrapped and thrownerrorCode- The error code to be set.
-
-
Method Details
-
getErrCode
Error code accessor- Returns:
- The errorcode set in this exception
-