All Implemented Interfaces:
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)
See Also:
  • Field Details

  • Constructor Details

    • TestConnectionException

      public TestConnectionException<wbr>(Exception e)
      Constructor
      Parameters:
      e - The exception to be wrapped and thrown
    • TestConnectionException

      public TestConnectionException<wbr>(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<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 exception
      params - 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 exception
      e1 - The exception to be wrapped and thrown
      errorCode - The error code to be set.
  • Method Details