Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


oracle.odi.setup
Class RepositorySetupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.odi.core.exception.OdiException
              extended by oracle.odi.setup.RepositorySetupException

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidJdbcPropertiesException, RepositoryScriptsNotFoundException

public class RepositorySetupException
extends OdiException

Exception used to report an error during a repository setup like the creation or the upgrade of an ODI repository.

See Also:
Serialized Form

Constructor Summary
RepositorySetupException(java.lang.String pMessage)
          Creates a new RepositorySetupException.
RepositorySetupException(java.lang.String pMessage, java.lang.Throwable pCause)
          Creates a new RepositorySetupException.
RepositorySetupException(java.lang.Throwable pCause)
          Creates a new RepositorySetupException.

 

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

RepositorySetupException

public RepositorySetupException(java.lang.String pMessage,
                                java.lang.Throwable pCause)
Creates a new RepositorySetupException. this constructor is not intended to be called by a SDK users.
Parameters:
pMessage - The exception message
pCause - The root cause of the exception

RepositorySetupException

public RepositorySetupException(java.lang.String pMessage)
Creates a new RepositorySetupException. this constructor is not intended to be called by a SDK users.
Parameters:
pMessage - The exception message

RepositorySetupException

public RepositorySetupException(java.lang.Throwable pCause)
Creates a new RepositorySetupException. this constructor is not intended to be called by a SDK users.
Parameters:
pCause - The root cause of the exception

Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


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