|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--oracle.owb.reconcile.InvalidTargetException
InvalidTargetException is thrown by the reconcile service if the target object is not a valid reconcile target.
| Field Summary | |
protected java.lang.String |
m_msgthe exception message. |
protected ReconcileSource |
m_sourceThe source object passed to the reconcile service. |
protected ReconcileTarget |
m_targetThe target object passed to the reconcile service. |
| Fields inherited from class java.lang.Exception |
| Constructor Summary | |
InvalidTargetException(java.lang.String msg, ReconcileSource src, ReconcileTarget tgt)Constructor for InvalidTargetException. | |
| 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 |
protected ReconcileSource m_source
protected ReconcileTarget m_target
protected java.lang.String m_msg
| Constructor Detail |
public InvalidTargetException(java.lang.String msg, ReconcileSource src, ReconcileTarget tgt)
msg - - the exception messagesrc - - the source object passed to reconcile servicetgt - - the target object passed to reconcile service| Method Detail |
public java.lang.String getMsg()
public ReconcileSource getSource()
public ReconcileTarget getTarget()
|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||