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

E17060-01

Uses of Class
oracle.odi.core.exception.OdiException

Packages that use OdiException
oracle.odi.domain Root package of Oracle Data Integrator domain concerns, providing commons classes required by sub-packages. 
oracle.odi.domain.relational Provides classes related to relational structures. 
oracle.odi.domain.runtime.ess This package contains classes to support ODI-ESS integration. 
oracle.odi.impexp This package contains the export and import 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.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. 
oracle.odi.runtime.agent.invocation This package contains classes for invoking executions on local or remote Oracle Data Integrator agents. 
oracle.odi.setup Provides classes for ODI master and work repository related operations. 
 

Uses of OdiException in oracle.odi.domain
 

Subclasses of OdiException in oracle.odi.domain
 class OdiDomainException
          Abstract root exception for odi domain packages.
 

Uses of OdiException in oracle.odi.domain.relational
 

Subclasses of OdiException in oracle.odi.domain.relational
 class ColumnNotFoundException
          Thrown to indicate a column was not found for a given data store.
 

Uses of OdiException in oracle.odi.domain.runtime.ess
 

Subclasses of OdiException in oracle.odi.domain.runtime.ess
 class DuplicateJobDefinitionException
          Exception to be thrown by IJobDefinitionRepository when a JobDefinition already exist in repository.
 class DuplicateScheduleDefinitionException
          Exception to be thrown by IScheduleDefinitionRepository when a Schedule already exist in repository.
 class EssSchedulerException
          Abstract root exception for ess domain packages.
 class IllegalJobRequestStateException
          Exception to be thrown by IJobRequestRepository when a request that is attempt to be removed but is in a state that doesn't allow it to be removed.
 class JobDefinitionNotFoundException
          Exception to be thrown when a specified job definition is not found.
 class JobRequestCancellationException
          Exception thrown when a job request concellation has failed.
 class JobRequestNotFoundException
          Exception when JobRequest is not found.
 class JobRequestSubmissionException
          Exception to be thrown when job request submission has failed.
 class ScheduleDefinitionNotFoundException
          Exception to be thrown when a specified schedule definition is not found.
 

Uses of OdiException in oracle.odi.impexp
 

Subclasses of OdiException in oracle.odi.impexp
 class OdiImportException
          Exception thrown when import of objects in ODI repository fails.
 class OdiImportForbiddenException
          Exception thrown when the import is forbidden.
 class OdiImportNotConsistentSynonymException
          Exception thrown when an import object's identifier is not consistent with the identifier of the object in the repository.
 class OdiImportNotSupportedException
          Exception thrown when trying to import an object under an IImportRoot that doesn't support this object's class.
 class OdiImportReplaceException
          Exception thrown when an import-replace operation fails.
 class OdiImportUserProcedureOverKMException
          This exception prevents the user from updating an OdiUserProcedure with an OdiKM when importing.
 

Uses of OdiException in oracle.odi.interfaces
 

Subclasses of OdiException in oracle.odi.interfaces
 class TargetIsTemporaryException
          Thrown to indicate that the target of the interface is temporary.
 

Uses of OdiException in oracle.odi.interfaces.basic
 

Subclasses of OdiException in oracle.odi.interfaces.basic
 class NoSourceSetException
          Thrown when the interface created does not have a source set.
 class OdiInterfaceNotReadyForPersistException
          Thrown when the interface cannot be saved due to errors.
 

Uses of OdiException in oracle.odi.interfaces.interactive.exceptions
 

Subclasses of OdiException in oracle.odi.interfaces.interactive.exceptions
 class DuplicateIdException
          Thrown when a duplicate object ids is detected by IdManager.
 class NotReversibleException
          Thrown when an action does not contain any reversible actions, and thus the action is not reversible.
 class OdiInterfaceFatalIssueException
          Thrown when an interface contains fatal issues and cannot be saved.
 

Uses of OdiException in oracle.odi.interfaces.interactive.support
 

Subclasses of OdiException in oracle.odi.interfaces.interactive.support
 class InvalidSubInterfaceException
          Exception raised when a sub interface is used as derived but does not meet the criteria for valid derived sub interfaces.
 

Uses of OdiException in oracle.odi.interfaces.interactive.support.sourceset.creators
 

Subclasses of OdiException in oracle.odi.interfaces.interactive.support.sourceset.creators
 class InexistentMappingException
          Thrown when there is an exception with the logical schema, context, or physical schema.
 

Uses of OdiException in oracle.odi.runtime.agent.invocation
 

Subclasses of OdiException in oracle.odi.runtime.agent.invocation
 class InvocationException
          Exception to be thrown when an ODI agent request invocation has failed.
 

Uses of OdiException in oracle.odi.setup
 

Subclasses of OdiException in oracle.odi.setup
 class AuthenticationConfigurationSwitchingException
          Exception raised when there is a configuration problem encountered preventing the AuthenticationConfiguration to be switched.
 class InvalidJdbcPropertiesException
          Exception raised if the JdbcProperties is not valid.
 class RepositoryScriptsNotFoundException
          Thrown to indicate the SQL/DDL scripts were not found.
 class RepositorySetupException
          Exception used to report an error during a repository setup like the creation or the upgrade of an ODI repository.
 


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

E17060-01

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