Skip navigation links

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

E17060-04


oracle.odi.impexp
Class OdiImportNotSupportedException

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.OdiImportNotSupportedException

All Implemented Interfaces:
java.io.Serializable

public class OdiImportNotSupportedException
extends OdiImportException

Exception thrown when trying to import an object under an IImportRoot that doesn't support this object's class.

Since:
11.1.1.3.0
See Also:
Serialized Form

Constructor Summary
OdiImportNotSupportedException(java.lang.String pMessage)
          Constructs an OdiImportNotSupportedException object.
OdiImportNotSupportedException(java.lang.String pMessage, java.lang.Throwable pCause)
          Constructs an OdiImportNotSupportedException object.
OdiImportNotSupportedException(java.lang.Throwable pCause)
          Constructs an OdiImportNotSupportedException 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

OdiImportNotSupportedException

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

OdiImportNotSupportedException

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

OdiImportNotSupportedException

public OdiImportNotSupportedException(java.lang.Throwable pCause)
Constructs an OdiImportNotSupportedException 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.7.0)

E17060-04


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