Skip navigation links

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

E17060-02


oracle.odi.domain.project
Class OdiTechnologyAlreadyImplementedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.odi.core.exception.OdiException
              extended by oracle.odi.domain.OdiDomainException
                  extended by oracle.odi.domain.project.OdiTechnologyAlreadyImplementedException

All Implemented Interfaces:
java.io.Serializable

public class OdiTechnologyAlreadyImplementedException
extends OdiDomainException

Thrown when some user function's implementation is including for support the OdiTechnology which is already implemented by that user function (i.e. already supported by another implementation belonging to the same user function).

Since:
11.1.1.5.0
See Also:
OdiUserFunction, OdiTechnology, Serialized Form

Constructor Summary
OdiTechnologyAlreadyImplementedException(OdiUserFunction pUserFunction, OdiTechnology pTechnology)
          Constructs a new OdiTechnologyAlreadyImplementedException.
OdiTechnologyAlreadyImplementedException(java.lang.String pMessage)
          Constructs a new OdiTechnologyAlreadyImplementedException.

 

Method Summary
 OdiTechnology getTechnology()
          Returns related OdiTechnology.
 OdiUserFunction getUserFunction()
          Returns related OdiUserFunction.

 

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

OdiTechnologyAlreadyImplementedException

public OdiTechnologyAlreadyImplementedException(java.lang.String pMessage)
Constructs a new OdiTechnologyAlreadyImplementedException.
Parameters:
pMessage - error message

OdiTechnologyAlreadyImplementedException

public OdiTechnologyAlreadyImplementedException(OdiUserFunction pUserFunction,
                                                OdiTechnology pTechnology)
Constructs a new OdiTechnologyAlreadyImplementedException.
Parameters:
pTechnology - the technology
pUserFunction - the user function

Method Detail

getTechnology

public OdiTechnology getTechnology()
Returns related OdiTechnology.
Returns:
technology

getUserFunction

public OdiUserFunction getUserFunction()
Returns related OdiUserFunction.
Returns:
user function

Skip navigation links

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

E17060-02


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