|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
ConcurrencyFailureExceptionException thrown on concurrency failure. |
class |
InvalidRepositoryAccessApiUsageExceptionException thrown on incorrect usage of the API. |
class |
ObjectIdMaxValueReachedExceptionException thrown when internal sequence reached max value. |
class |
RepositoryIntegrityViolationExceptionException thrown when an attempt to insert or update repository data results in violation of an integrity constraint. |
class |
RepositoryResourceFailureExceptionRepository access exception thrown when a resource fails completely, for example, if we can't connect to a database using JDBC. |
class |
UncategorizedRepositoryAccessExceptionException 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. |
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||