Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

oracle.owb.reconcile
Class IncompatibleTypesException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.owb.reconcile.IncompatibleTypesException
All Implemented Interfaces:
java.io.Serializable

public class IncompatibleTypesException
extends java.lang.Exception

IncompatibleTypesException is thrown by the reconcile service when the target type cannot be reconciled with the source type .

See Also:
Serialized Form

Field Summary
protected  java.lang.String m_msg
          the string containing the exception message.
protected  ReconcileSource m_source
          The source object passed to the reconcile framework.
protected  ReconcileTarget m_target
          The target object passed to the reconcile framework.

 

Fields inherited from class java.lang.Exception

 

Constructor Summary
IncompatibleTypesException(java.lang.String msg, ReconcileSource src, ReconcileTarget tgt)
          Constructor for IncompatibleTypesException.

 

Method Summary
 java.lang.String getMsg()
          Returns the exception message.
 ReconcileSource getSource()
          Returns the source object passed to reconcile service.
 ReconcileTarget getTarget()
          Returns the target object passed to reconcile service.

 

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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

m_source

protected ReconcileSource m_source
The source object passed to the reconcile framework.

m_target

protected ReconcileTarget m_target
The target object passed to the reconcile framework.

m_msg

protected java.lang.String m_msg
the string containing the exception message.
Constructor Detail

IncompatibleTypesException

public IncompatibleTypesException(java.lang.String msg,
ReconcileSource src,
ReconcileTarget tgt)
Constructor for IncompatibleTypesException.
Parameters:
msg - - the exception message.
src - - the source object passed to reconcile service.
tgt - - the target object passed to reconcile service.
Method Detail

getMsg

public java.lang.String getMsg()
Returns the exception message.
Returns:
String

getSource

public ReconcileSource getSource()
Returns the source object passed to reconcile service.
Returns:
ReconcileSource

getTarget

public ReconcileTarget getTarget()
Returns the target object passed to reconcile service.
Returns:
ReconcileTarget

Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.