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

E17060-01

oracle.odi.impexp
Class OdiImportForbiddenException

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.OdiImportForbiddenException
All Implemented Interfaces:
java.io.Serializable

public class OdiImportForbiddenException
extends OdiImportException

Exception thrown when the import is forbidden. Typically used when trying to import the journal into a repository whose identifier is the same as the repository from which it originated.

Since:
11.1.1.3.0
See Also:
Serialized Form

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

OdiImportForbiddenException

public OdiImportForbiddenException(java.lang.String pMessage)
Constructs an OdiImportForbiddenException object.

Parameters:
pMessage - a message for the exception

OdiImportForbiddenException

public OdiImportForbiddenException(java.lang.String pMessage,
                                   java.lang.Throwable pCause)
Constructs an OdiImportForbiddenException object.

Parameters:
pMessage - a message for the exception
pCause - a Throwable object which is the cause of the exception

OdiImportForbiddenException

public OdiImportForbiddenException(java.lang.Throwable pCause)
Constructs an OdiImportForbiddenException object.

Parameters:
pCause - a Throwable object which is the cause of the exception

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

E17060-01

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