Skip navigation links

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

E17060-03


oracle.odi.impexp
Class OdiImportNotConsistentSynonymException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.odi.core.exception.OdiException
              extended by oracle.odi.impexp.OdiImportException
                  extended by oracle.odi.impexp.OdiImportNotConsistentSynonymException

All Implemented Interfaces:
java.io.Serializable

public class OdiImportNotConsistentSynonymException
extends OdiImportException

Exception thrown when an import object's identifier is not consistent with the identifier of the object in the repository.

Since:
11.1.1.3.0
See Also:
Serialized Form

Constructor Summary
OdiImportNotConsistentSynonymException(java.lang.String pMessage)
          Constructs an OdiImportNotConsistentSynonymException object.
OdiImportNotConsistentSynonymException(java.lang.String pMessage, java.lang.Throwable pCause)
          Constructs an OdiImportNotConsistentSynonymException object.
OdiImportNotConsistentSynonymException(java.lang.Throwable pCause)
          Constructs an OdiImportNotConsistentSynonymException object.

 

Method Summary

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

OdiImportNotConsistentSynonymException

public OdiImportNotConsistentSynonymException(java.lang.String pMessage,
                                              java.lang.Throwable pCause)
Constructs an OdiImportNotConsistentSynonymException object.
Parameters:
pMessage - a message for the exception
pCause - a Throwable object which is the cause of the exception

OdiImportNotConsistentSynonymException

public OdiImportNotConsistentSynonymException(java.lang.String pMessage)
Constructs an OdiImportNotConsistentSynonymException object.
Parameters:
pMessage - a message for the exception

OdiImportNotConsistentSynonymException

public OdiImportNotConsistentSynonymException(java.lang.Throwable pCause)
Constructs an OdiImportNotConsistentSynonymException object.
Parameters:
pCause - a Throwable object which is the cause of the exception

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.