Skip navigation links

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

E17060-02


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

Packages that use OdiRuntimeException
oracle.odi.core.config Provides classes for Oracle Data Integrator core infrastructure configuration, including exception hierarchy related to configuration issues. 
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.xrefs.expression Provides classes to manage expressions. 
oracle.odi.generation This package contains the generation services for Oracle Data Integrator. 
oracle.odi.generation.support This package contains the generation services for Oracle Data Integrator. 
oracle.odi.interfaces.interactive.exceptions This package contains the exception classes thrown during interactive handling of interface objects in Oracle Data Integrator. 

 

Uses of OdiRuntimeException in oracle.odi.core.config

 

Subclasses of OdiRuntimeException in oracle.odi.core.config
 class IllegalConfigurationArgumentException
          Exception thrown to indicate an illegal or inappropriate configuration.
 class IllegalMasterRepositoryStatusException
          Subclass of IllegalRepositoryStatusException thrown to indicate master repository status is invalid.
 class IllegalRepositoryStatusException
          Abstract superclass for illegal repository status.
 class IllegalWorkRepositoryStatusException
          Subclass of IllegalRepositoryStatusException thrown to indicate that work repository status is invalid.
 class MasterRepositoryDriverClassNotFoundException
          Subclass of RepositoryDriverClassNotFoundException thrown to indicate master repository driver class was unable to get loaded.
 class MasterRepositoryResourceFailureException
          Subclass of RepositoryResourceFailureException thrown to indicate a Master Repository resource failure.
 class MasterRepositoryUrlNotValidForDriverException
          Subclass of RepositoryUrlNotValidForDriverException thrown to indicate master repository URL provided wasn't accepted by specified driver.
 class MasterRepositoryVersionMismatchException
          Subclass of RepositoryVersionMismatchException thrown when ODI Master Repository version doesn't match required version.
 class NotMasterRepositorySchemaException
          Exception thrown to indicate DB schema doesn't correspond to an ODI Master Repository schema.
 class NotRepositorySchemaException
          Abstract superclass for exception related to wrong repository schema.
 class NotWorkRepositorySchemaException
          Exception thrown to indicate DB schema doesn't correspond to an ODI Work Repository schema.
 class 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.
 class RepositoriesNotBoundException
          Exception thrown to indicate Master and Work repositories used to configure an OdiInstance are not bound, thus cannot be used together.
 class RepositoryDriverClassNotFoundException
          Abstract super class for repository driver class not found.
 class RepositoryResourceFailureException
          Abstract superclass for repository resource failure.
 class RepositoryUrlNotValidForDriverException
          Abstract super class for invalid repository URL.
 class RepositoryVersionMismatchException
          Abstract superclass for repository version mismatch between current repository version and required repository version.
 class WorkRepositoryDriverClassNotFoundException
          Subclass of RepositoryDriverClassNotFoundException thrown to indicate work repository driver class was unable to get loaded.
 class WorkRepositoryNotFoundException
          Exception thrown if a given work repository name doesn't exist.
 class WorkRepositoryResourceFailureException
          Subclass of RepositoryResourceFailureException thrown to indicate a Work Repository resource failure.
 class WorkRepositoryUrlNotValidForDriverException
          Subclass of RepositoryUrlNotValidForDriverException thrown to indicate work repository URL provided wasn't accepted by specified driver.
 class WorkRepositoryVersionMismatchException
          Subclass of RepositoryVersionMismatchException thrown when ODI Work Repository version doesn't match required version.

 

Uses of OdiRuntimeException in oracle.odi.core.security

 

Subclasses of OdiRuntimeException in oracle.odi.core.security
 class AccountExpiredException
          Thrown to indicate a user has its account expired.
 class AuthenticationException
          Abstract superclass for all exception related to user authentication failure.
 class AuthenticationRequiredException
           This exception is raised when a current authentication is required but none is defined.
 class BadCredentialsException
          Thrown if an authentication request is rejected because the credentials are invalid.
 class InactiveUserException
          Thrown to indicate that authentication failed because User is inactive.
 class InvalidAuthenticationAPIUsageException
           This exception is raised when the authentication API is used in wrong way.
 class InvalidExternalAuthenticationConfiguration
          This exception is raised if we are not able to create a LoginContext from OPSS configuration.
 class OdiSecurityException
          Abstract superclass for all exceptions thrown in the security package and subpackages.
 class PasswordChangeException
          Thrown to indicate an exception when changing the password.
 class PasswordExpiredException
          Thrown to indicate a user has its password expired.
 class PasswordPolicyNotMatchedException
          Note this exception is a runtime exception since security failure are generally fatal.
 class PermissionDeniedException
          Exception raised when attempting an operation that is not granted to the authenticated user.

 

Uses of OdiRuntimeException in oracle.odi.domain.xrefs.expression

 

Subclasses of OdiRuntimeException in oracle.odi.domain.xrefs.expression
 class IllegalExpressionObjectException
          Thrown when attempting to create an expression from an object that has an illegal expression representation.

 

Uses of OdiRuntimeException in oracle.odi.generation

 

Subclasses of OdiRuntimeException in oracle.odi.generation
 class DataServiceGeneratorException
          Runtime exception thrown when the generation of a Data Service failed.
 class DDLGeneratorServiceException
          Runtime exception thrown when the generation of a DDL difference or DDL user procedure failed.
 class OdiScenarioGeneratorException
          Runtime exception thrown when the generation of a scenario failed.
 class OdiScenarioNotFoundException
          Raised when one scenario generation process was not able to find a scenario from the given scenario tag.
 class OdiVariableTextGeneratorException
          Runtime exception thrown when the generation of variable text failed.

 

Methods in oracle.odi.generation that throw OdiRuntimeException
 java.lang.String IOdiVariableTextGenerator.generateLoadPlanVarExecutionText(java.lang.String pSchemaName, java.lang.String pContextCode, oracle.odi.runtime.agent.loadplan.LPInfo pLpInfo, java.lang.String pVarText)
          Generates the variable text for runtime execution
 java.lang.String IOdiVariableTextGenerator.generateLoadPlanVarRuntimeText(java.lang.String pSchemaName, java.lang.String pContextCode, oracle.odi.runtime.agent.loadplan.LPInfo pLpInfo, java.lang.String pVarText)
          Generates the variable text for runtime execution
 java.lang.String IOdiVariableTextGenerator.generateLoadPlanVarText(java.lang.Number pVariableId)
          Generates the variable text when creating load plan variable from OdiVariable.

 

Uses of OdiRuntimeException in oracle.odi.generation.support

 

Methods in oracle.odi.generation.support that throw OdiRuntimeException
 java.lang.String OdiVariableTextGeneratorDwgImpl.generateLoadPlanVarExecutionText(java.lang.String pSchemaName, java.lang.String pContextCode, oracle.odi.runtime.agent.loadplan.LPInfo pLpInfo, java.lang.String pVarText)
           
 java.lang.String OdiVariableTextGeneratorDwgImpl.generateLoadPlanVarRuntimeText(java.lang.String pSchemaName, java.lang.String pContextCode, oracle.odi.runtime.agent.loadplan.LPInfo pLpInfo, java.lang.String pVarText)
           
 java.lang.String OdiVariableTextGeneratorDwgImpl.generateLoadPlanVarText(java.lang.Number pVariableId)
           

 

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

 

Subclasses of OdiRuntimeException in oracle.odi.interfaces.interactive.exceptions
 class UnknownActionException
          Thrown when an action is not recognized during the interactive handling of interface object.

 


Skip navigation links

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

E17060-02


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