|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OdiUncheckedException | |
|---|---|
| oracle.odi.core | Provides the OdiInstance class that is the entry point to Oracle Data Integrator core infrastructure. |
| oracle.odi.core.config | Provides classes for Oracle Data Integrator core infrastructure configuration, including exception hierarchy related to configuration issues. |
| oracle.odi.core.persistence.transaction | Provides Oracle Data Integrator core infrastructure transaction management API. |
| oracle.odi.core.repository | Provides repository abstraction for Oracle Data Integrator core infrastructure. |
| oracle.odi.core.security | This package (and its sub packages) implements the security layer for ODI SDK including login authentication, password management and privileges check. |
| oracle.odi.domain | Root package of Oracle Data Integrator domain concerns, providing commons classes required by sub-packages. |
| oracle.odi.domain.shortcuts | This package contains interfaces and classes for shortcuts. |
| oracle.odi.generation | This package contains the generation services for Oracle Data Integrator. |
| oracle.odi.interfaces | This package contains the Oracle Data Integrator Interface implementation. |
| oracle.odi.interfaces.basic | Provides a simple helper to create basic ODI interfaces from scratch. |
| oracle.odi.interfaces.data | This package contains the Oracle Data Integrator interface data and expression checking utility interface. |
| oracle.odi.interfaces.interactive.exceptions | This package contains the exception classes thrown during interactive handling of interface objects in Oracle Data Integrator. |
| oracle.odi.interfaces.interactive.support | This package and its sub-packages provide the implementations for interactive handling of Oracle Data Integrator interfaces. |
| oracle.odi.interfaces.interactive.support.sourceset.creators | Contains classes which handles the Oracle Data Integrator interface source set creation. |
| Uses of OdiUncheckedException in oracle.odi.core |
|---|
| Subclasses of OdiUncheckedException in oracle.odi.core | |
|---|---|
class |
IllegalOdiInstanceStateExceptionIllegalOdiInstanceStateException reports errors, which are related to the own state of the OdiInstance. |
| Uses of OdiUncheckedException in oracle.odi.core.config |
|---|
| Subclasses of OdiUncheckedException in oracle.odi.core.config | |
|---|---|
class |
IllegalConfigurationArgumentExceptionException thrown to indicate an illegal or inappropriate configuration. |
class |
IllegalMasterRepositoryStatusExceptionSubclass of IllegalRepositoryStatusException thrown to indicate master repository status is invalid. |
class |
IllegalRepositoryStatusExceptionAbstract superclass for illegal repository status. |
class |
IllegalWorkRepositoryStatusExceptionSubclass of IllegalRepositoryStatusException thrown to indicate that work repository status is invalid. |
class |
MasterRepositoryDriverClassNotFoundExceptionSubclass of RepositoryDriverClassNotFoundException thrown to indicate master repository driver class was unable to get loaded. |
class |
MasterRepositoryResourceFailureExceptionSubclass of RepositoryResourceFailureException thrown to indicate a Master Repository resource failure. |
class |
MasterRepositoryUrlNotValidForDriverExceptionSubclass of RepositoryUrlNotValidForDriverException thrown to indicate master repository URL provided wasn't accepted by specified driver. |
class |
MasterRepositoryVersionMismatchExceptionSubclass of RepositoryVersionMismatchException thrown when ODI Master Repository version doesn't match required version. |
class |
NotMasterRepositorySchemaExceptionException thrown to indicate DB schema doesn't correspond to an ODI Master Repository schema. |
class |
NotRepositorySchemaExceptionAbstract superclass for exception related to wrong repository schema. |
class |
NotWorkRepositorySchemaExceptionException thrown to indicate DB schema doesn't correspond to an ODI Work Repository schema. |
class |
OdiConfigurationExceptionAbstract 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. |
class |
RepositoriesNotBoundExceptionException thrown to indicate Master and Work repositories used to configure an OdiInstance are not bound, thus cannot be used together. |
class |
RepositoryDriverClassNotFoundExceptionAbstract super class for repository driver class not found. |
class |
RepositoryResourceFailureExceptionDeprecated. Since 11.1.1.6.0 is replaced with appropriate exception from RepositoryAccessException hierarchy. |
class |
RepositoryUrlNotValidForDriverExceptionAbstract super class for invalid repository URL. |
class |
RepositoryVersionMismatchExceptionAbstract superclass for repository version mismatch between current repository version and required repository version. |
class |
UncategorizedConfigurationExceptionTypically this exception is thrown when configuration error cann't be categorized. |
class |
WorkRepositoryDriverClassNotFoundExceptionSubclass of RepositoryDriverClassNotFoundException thrown to indicate work repository driver class was unable to get loaded. |
class |
WorkRepositoryNotFoundExceptionException thrown if a given work repository name doesn't exist. |
class |
WorkRepositoryResourceFailureExceptionSubclass of RepositoryResourceFailureException thrown to indicate a Work Repository resource failure. |
class |
WorkRepositoryUrlNotValidForDriverExceptionSubclass of RepositoryUrlNotValidForDriverException thrown to indicate work repository URL provided wasn't accepted by specified driver. |
class |
WorkRepositoryVersionMismatchExceptionSubclass of RepositoryVersionMismatchException thrown when ODI Work Repository version doesn't match required version. |
| Uses of OdiUncheckedException in oracle.odi.core.persistence.transaction |
|---|
| Subclasses of OdiUncheckedException in oracle.odi.core.persistence.transaction | |
|---|---|
class |
CannotCreateTransactionExceptionException thrown when a transaction can't be created using an underlying transaction API. |
class |
IllegalTransactionStateExceptionException thrown when the existence or non-existence of a transaction amounts to an illegal state according to the transaction propagation behavior that applies. |
class |
TransactionExceptionSuperclass for all transaction exceptions. |
class |
TransactionSystemExceptionException thrown when a general transaction system error is encountered, like on commit or rollback. |
class |
TransactionUsageExceptionException, which shows inappropriate usage of a ODI transaction API. |
class |
UnexpectedRollbackExceptionThrown when an attempt to commit a transaction resulted in an unexpected rollback. |
| Uses of OdiUncheckedException in oracle.odi.core.repository |
|---|
| Subclasses of OdiUncheckedException in oracle.odi.core.repository | |
|---|---|
class |
ConcurrencyFailureExceptionException thrown on concurrency failure. |
class |
InvalidRepositoryAccessApiUsageExceptionException thrown on incorrect usage of the API. |
class |
ObjectIdMaxValueReachedExceptionException thrown when internal sequence reached max value. |
class |
RepositoryAccessExceptionRoot abstract superclass of the hierarchy of repository access exceptions. |
class |
RepositoryIntegrityViolationExceptionException thrown when an attempt to insert or update repository data results in violation of an integrity constraint. |
class |
UncategorizedRepositoryAccessExceptionException when we can't distinguish anything more specific than "Uncategorized exception during repository access.". |
| Uses of OdiUncheckedException in oracle.odi.core.security |
|---|
| Subclasses of OdiUncheckedException in oracle.odi.core.security | |
|---|---|
class |
AccountExpiredExceptionThrown to indicate a user has its account expired. |
class |
AuthenticationExceptionAbstract superclass for all exception related to user authentication failure. |
class |
AuthenticationRequiredExceptionThis exception is raised when a current authentication is required but none is defined. |
class |
AuthenticationServiceExceptionAuthenticationServiceException is used to report an unexpected error during an authentication request, such as a system problem. |
class |
AuthorizationServiceExceptionException thrown on authorization system failure. |
class |
BadCredentialsExceptionThrown if an authentication request is rejected because the credentials are invalid. |
class |
InactiveUserExceptionThrown to indicate that authentication failed because User is inactive. |
class |
InvalidAuthenticationAPIUsageExceptionThis exception is raised when the authentication API is used in wrong way. |
class |
InvalidExternalAuthenticationConfigurationDeprecated. Use InvalidExternalAuthenticationConfigurationException instead. |
class |
InvalidExternalAuthenticationConfigurationExceptionThis exception is raised if we are not able to create a LoginContext from OPSS configuration. |
class |
OdiSecurityExceptionAbstract superclass for all exceptions thrown in the security package and subpackages. |
class |
PasswordChangeExceptionDeprecated. replaced with AuthenticationServiceException. |
class |
PasswordExpiredExceptionThrown to indicate a user has its password expired. |
class |
PasswordPolicyNotMatchedExceptionNote this exception is a runtime exception since security failure are generally fatal. |
class |
PermissionDeniedExceptionException raised when attempting an operation that is not granted to the authenticated user. |
class |
ProfileNotAssignedException |
| Uses of OdiUncheckedException in oracle.odi.domain |
|---|
| Subclasses of OdiUncheckedException in oracle.odi.domain | |
|---|---|
class |
DomainRuntimeExceptionTop level ODI Domain unchecked exception to be sub-classed by all specific custom unchecked exceptions of ODI Domain. |
| Uses of OdiUncheckedException in oracle.odi.domain.shortcuts |
|---|
| Subclasses of OdiUncheckedException in oracle.odi.domain.shortcuts | |
|---|---|
class |
OdiShortcutServiceExceptionUnchecked exception thrown when materialize a shortcutable object. |
| Uses of OdiUncheckedException in oracle.odi.generation |
|---|
| Subclasses of OdiUncheckedException in oracle.odi.generation | |
|---|---|
class |
DataServiceGeneratorExceptionChecked exception thrown when the generation of a Data Service failed. |
class |
DDLGeneratorServiceExceptionUnchecked exception thrown when the generation of a DDL difference or DDL user procedure failed. |
class |
OdiScenarioGeneratorExceptionUnchecked exception thrown when the generation of a scenario failed. |
class |
OdiScenarioNotFoundExceptionRaised when one scenario generation process was not able to find a scenario from the given scenario tag. |
class |
OdiVariableTextGeneratorExceptionChecked exception thrown when the generation of variable text failed. |
| Uses of OdiUncheckedException in oracle.odi.interfaces |
|---|
| Subclasses of OdiUncheckedException in oracle.odi.interfaces | |
|---|---|
class |
TargetIsTemporaryExceptionThrown to indicate that the target of the interface is temporary. |
| Uses of OdiUncheckedException in oracle.odi.interfaces.basic |
|---|
| Subclasses of OdiUncheckedException in oracle.odi.interfaces.basic | |
|---|---|
class |
NoSourceSetExceptionThrown when the interface created does not have a source set. |
class |
OdiInterfaceNotReadyForPersistExceptionThrown when the interface cannot be saved due to errors. |
| Uses of OdiUncheckedException in oracle.odi.interfaces.data |
|---|
| Subclasses of OdiUncheckedException in oracle.odi.interfaces.data | |
|---|---|
class |
OdiConnectionNotFoundExceptionAn exception used when setting up runtime data access or checking expressions. |
class |
PhysicalSchemasConflictExceptionAn exception that is thrown by the data access setup classes if there is a conflict between the various physical schemas used to obtain the data. |
| Uses of OdiUncheckedException in oracle.odi.interfaces.interactive.exceptions |
|---|
| Subclasses of OdiUncheckedException in oracle.odi.interfaces.interactive.exceptions | |
|---|---|
class |
InterfaceIllegalArgumentExceptionInterfaceIllegalArgumentException is an ODI replacement for IllegalArgumentException. |
class |
InterfaceIllegalStateExceptionInterfaceIllegalStateException is an ODI replacement for IllegalStateException. |
class |
NotReversibleExceptionThrown when an action does not contain any reversible actions, and thus the action is not reversible. |
class |
OdiIllegalArgumentExceptionDeprecated. use InterfaceIllegalArgumentException |
class |
OdiIllegalStateExceptionDeprecated. use InterfaceIllegalStateException |
class |
OdiInterfaceFatalIssueExceptionThrown when an interface contains fatal issues and cannot be saved. |
class |
VetoActionExceptionThrown when an action cannot be performed due to some error condition and is vetoed to be performed during interactive handling of interface. |
| Uses of OdiUncheckedException in oracle.odi.interfaces.interactive.support |
|---|
| Subclasses of OdiUncheckedException in oracle.odi.interfaces.interactive.support | |
|---|---|
class |
InvalidSubInterfaceExceptionException raised when a sub interface is used as derived but does not meet the criteria for valid derived sub interfaces. |
| Uses of OdiUncheckedException in oracle.odi.interfaces.interactive.support.sourceset.creators |
|---|
| Subclasses of OdiUncheckedException in oracle.odi.interfaces.interactive.support.sourceset.creators | |
|---|---|
class |
InexistentMappingExceptionThrown when there is an exception with the logical schema, context, or physical schema. |
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||