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

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)
           
ConnectorInstallException(java.lang.String message)
           
ConnectorInstallException(java.lang.String message, java.lang.Throwable cause)
           
ConnectorInstallException(java.lang.Throwable 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)

ConnectorInstallException

public ConnectorInstallException(java.lang.Throwable cause)

ConnectorInstallException

public ConnectorInstallException(java.lang.Exception e)

ConnectorInstallException

public ConnectorInstallException(java.lang.String message)

Skip navigation links


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