oracle.owb.reconcile
Class MatchingStrategyNotFoundException

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

public class MatchingStrategyNotFoundException
extends java.lang.Exception

MatchingStrategyNotFoundException is thrown when the matching strategy specified by its name during reconcile invocation cannot be found.

See Also:
Serialized Form

Field Summary
protected  java.lang.String m_msg
          the exception message.
protected  java.lang.String m_strategy
          The constant string representing the matching strategy.
 
Constructor Summary
MatchingStrategyNotFoundException(java.lang.String msg, java.lang.String strategy)
          Constructor for MatchingStrategyNotFoundException.
 
Method Summary
 java.lang.String getMsg()
          Returns the exception message.
 java.lang.String getStrategy()
          Returns the invalid strategy specified.
 
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
 

Field Detail

m_msg

protected java.lang.String m_msg
the exception message.

m_strategy

protected java.lang.String m_strategy
The constant string representing the matching strategy.
Constructor Detail

MatchingStrategyNotFoundException

public MatchingStrategyNotFoundException(java.lang.String msg,
                                         java.lang.String strategy)
Constructor for MatchingStrategyNotFoundException.
Parameters:
m_msg - A String representing the exception message.
m_strategy - A String representing the invalid strategy specified during reconcile invocation.
Method Detail

getMsg

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

getStrategy

public java.lang.String getStrategy()
Returns the invalid strategy specified.
Returns:
byte