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

B12155-01

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.

 

Fields inherited from class java.lang.Exception

 

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, 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_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.
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

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

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.