Skip navigation links

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

E17060-03


Uses of Class
oracle.odi.core.repository.RepositoryAccessException

Packages that use RepositoryAccessException
oracle.odi.core.repository Provides repository abstraction for Oracle Data Integrator core infrastructure. 

 

Uses of RepositoryAccessException in oracle.odi.core.repository

 

Subclasses of RepositoryAccessException in oracle.odi.core.repository
 class ConcurrencyFailureException
          Exception thrown on concurrency failure.
 class InvalidRepositoryAccessApiUsageException
          Exception thrown on incorrect usage of the API.
 class ObjectIdMaxValueReachedException
          Exception thrown when internal sequence reached max value.
 class RepositoryIntegrityViolationException
          Exception thrown when an attempt to insert or update repository data results in violation of an integrity constraint.
 class RepositoryResourceFailureException
          Repository access exception thrown when a resource fails completely, for example, if we can't connect to a database using JDBC.
 class UncategorizedRepositoryAccessException
          Exception when we can't distinguish anything more specific than "Uncategorized exception during repository access.".

 

Methods in oracle.odi.core.repository that return RepositoryAccessException
 RepositoryAccessException RepositoryAccessExceptionTranslator.translateExceptionIfPossible(java.lang.RuntimeException nativeException)
          Translate the given runtime exception thrown by a persistence framework to a corresponding exception from ODI RepositoryAccessException hierarchy, if possible.
 RepositoryAccessException RepositoryAccessExceptionTranslator.translateSQLException(java.sql.SQLException nativeException)
          Translate native exception in ODI Repository specific.

 


Skip navigation links

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

E17060-03


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