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

E17060-01

oracle.odi.interfaces.interactive.support.sourceset.creators
Class InexistentMappingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.odi.core.exception.OdiException
              extended by oracle.odi.interfaces.interactive.support.sourceset.creators.InexistentMappingException
All Implemented Interfaces:
java.io.Serializable

public class InexistentMappingException
extends OdiException

Thrown when there is an exception with the logical schema, context, or physical schema.

See Also:
Serialized Form

Constructor Summary
InexistentMappingException(OdiLogicalSchema pLogicalSchema, OdiContext pContext)
          Constructs a new InexistentMappingException.
InexistentMappingException(java.lang.String pMessage)
          Constructs a new InexistentMappingException.
 
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

InexistentMappingException

public InexistentMappingException(OdiLogicalSchema pLogicalSchema,
                                  OdiContext pContext)
Constructs a new InexistentMappingException.

Parameters:
pLogicalSchema - the logical schema with exception
pContext - the context with exception

InexistentMappingException

public InexistentMappingException(java.lang.String pMessage)
Constructs a new InexistentMappingException.

Parameters:
pMessage - the message for 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.