See: Description
| Class | Description |
|---|---|
| MasterRepositoryDbInfo |
Holds Information about ODI master repository DB connectivity.
|
| OdiCoreConstants | |
| OdiInstanceConfig |
Holds all configuration information required by an instance of ODI.
|
| PoolingAttributes |
JDBC Connection pooling attributes for internal connection pooling.
|
| WorkRepositoryDbInfo |
Holds Information about ODI work repository DB connectivity.
|
| Exception | Description |
|---|---|
| IllegalConfigurationArgumentException |
Exception thrown to indicate an illegal or inappropriate configuration.
|
| IllegalMasterRepositoryStatusException |
Subclass of
IllegalRepositoryStatusException thrown to indicate
master repository status is invalid. |
| IllegalRepositoryStatusException |
Abstract superclass for illegal repository status.
|
| IllegalWorkRepositoryStatusException |
Subclass of
IllegalRepositoryStatusException thrown to indicate that
work repository status is invalid. |
| MasterRepositoryDriverClassNotFoundException |
Subclass of
RepositoryDriverClassNotFoundException thrown to indicate
master repository driver class was unable to get loaded. |
| MasterRepositoryResourceFailureException |
Subclass of
RepositoryResourceFailureException thrown to indicate a
Master Repository resource failure. |
| MasterRepositoryUrlNotValidForDriverException |
Subclass of
RepositoryUrlNotValidForDriverException thrown to indicate
master repository URL provided wasn't accepted by specified driver. |
| MasterRepositoryVersionMismatchException |
Subclass of
RepositoryVersionMismatchException thrown when ODI Master
Repository version doesn't match required version. |
| NotMasterRepositorySchemaException |
Exception thrown to indicate DB schema doesn't correspond to an ODI Master
Repository schema.
|
| NotRepositorySchemaException |
Abstract superclass for exception related to wrong repository schema.
|
| NotWorkRepositorySchemaException |
Exception thrown to indicate DB schema doesn't correspond to an ODI Work
Repository schema.
|
| OdiConfigurationException |
Abstract root class for hierarchy of ODI configuration exceptions that are thrown when
an invalid configuration data is detected when creating configuration objects, or when
creating an OdiInstance.
|
| RepositoriesNotBoundException |
Exception thrown to indicate Master and Work repositories used to configure an
OdiInstance are not bound, thus cannot be used together. |
| RepositoryDriverClassNotFoundException |
Abstract super class for repository driver class not found.
|
| RepositoryResourceFailureException | Deprecated
Since 11.1.1.6.0 is replaced with appropriate exception from
RepositoryAccessException hierarchy. |
| RepositoryUrlNotValidForDriverException |
Abstract super class for invalid repository URL.
|
| RepositoryVersionMismatchException |
Abstract superclass for repository version mismatch between current
repository version and required repository version.
|
| UncategorizedConfigurationException |
Typically this exception is thrown when configuration error cann't be categorized.
|
| WorkRepositoryAlreadyAttachedException | |
| WorkRepositoryDriverClassNotFoundException |
Subclass of
RepositoryDriverClassNotFoundException thrown to indicate
work repository driver class was unable to get loaded. |
| WorkRepositoryNotFoundException |
Exception thrown if a given work repository name doesn't exist.
|
| WorkRepositoryResourceFailureException |
Subclass of
RepositoryResourceFailureException thrown to indicate a
Work Repository resource failure. |
| WorkRepositoryUrlNotValidForDriverException |
Subclass of
RepositoryUrlNotValidForDriverException thrown to indicate
work repository URL provided wasn't accepted by specified driver. |
| WorkRepositoryVersionMismatchException |
Subclass of
RepositoryVersionMismatchException thrown when ODI Work
Repository version doesn't match required version. |