Skip navigation links


oracle.iam.connectormgmt.exception
Class ConnectorInstallException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.iam.connectormgmt.exception.ConnectorInstallException

All Implemented Interfaces:
java.io.Serializable

public class ConnectorInstallException
extends java.lang.Exception

This exception is thrown if there are any issues during Connector Installation process, ( including unmarshalling xml, uploading jars and resource bundles, imporing DM xml etc.) Base exception for Connnector installation operation.

See Also:
Serialized Form

Constructor Summary
ConnectorInstallException(java.lang.Exception e)
          Constructs an ConnectorInstallException object with the specified exception.
ConnectorInstallException(java.lang.String message)
          Constructs an ConnectorInstallException object with the specified detail message.
ConnectorInstallException(java.lang.String message, java.lang.Throwable cause)
          Constructs an ConnectorInstallException object with the specified detail message and cause.
ConnectorInstallException(java.lang.Throwable cause)
          Constructs an ConnectorInstallaException object with the specified cause which contains the class and detail message of cause.

 

Method Summary

 

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

 

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

 

Constructor Detail

ConnectorInstallException

public ConnectorInstallException(java.lang.String message,
                                 java.lang.Throwable cause)
Constructs an ConnectorInstallException object with the specified detail message and cause.
Parameters:
message - The detail message which is saved for later retrieval by the Throwable.getMessage() method.
cause - The cause which is saved for later retrieval by the Throwable.getCause() method.

ConnectorInstallException

public ConnectorInstallException(java.lang.Throwable cause)
Constructs an ConnectorInstallaException object with the specified cause which contains the class and detail message of cause.
Parameters:
cause - The cause which is saved for later retrieval by the Throwable.getCause() method.

ConnectorInstallException

public ConnectorInstallException(java.lang.Exception e)
Constructs an ConnectorInstallException object with the specified exception.
Parameters:
e - The base exception.

ConnectorInstallException

public ConnectorInstallException(java.lang.String message)
Constructs an ConnectorInstallException object with the specified detail message.
Parameters:
message - The detail message which is saved for later retrieval by the Throwable.getMessage() method.

Skip navigation links


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