oracle.owb.reconcile
Class InvalidTargetException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--oracle.owb.reconcile.InvalidTargetException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidTargetException
- extends java.lang.Exception
InvalidTargetException is thrown by the reconcile service if the target object is not a valid reconcile target.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.
InvalidTargetException
public InvalidTargetException(java.lang.String msg,
ReconcileSource src,
ReconcileTarget tgt)
- Constructor for InvalidTargetException.
- Parameters:
msg - - the exception messagesrc - - the source object passed to reconcile servicetgt - - the target object passed to reconcile service
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