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

B12155-01

oracle.owb.reconcile
Class InvalidSourceException

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

public class InvalidSourceException
extends java.lang.Exception

InvalidSourceException is thrown by the reconcile service if the source object is not a valid reconcile source.

See Also:
Serialized Form

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

 

Fields inherited from class java.lang.Exception

 

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

 

Method Summary
 java.lang.String getMsg()
          getMsg.
 ReconcileSource getSource()
          getSource.
 ReconcileTarget getTarget()
          getTarget.

 

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

m_target

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

m_msg

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

InvalidSourceException

public InvalidSourceException(java.lang.String msg,
ReconcileSource src,
ReconcileTarget tgt)
Constructor for InvalidSourceException.
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()
getMsg. Returns the exception message.
Returns:
String

getSource

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

getTarget

public ReconcileTarget getTarget()
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.