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

B12155-01

oracle.owb.reconcile
Class InvalidReconcileStrategyException

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

public final class InvalidReconcileStrategyException
extends java.lang.Exception

InvalidReconcileStrategyException is thrown by the reconcile service when the reconcile strategy passed is not valid.

See Also:
Serialized Form

Field Summary
protected  java.lang.String m_msg
          the exception message.
protected  byte m_strategy
          The invalid strategy specified for reconcile.

 

Fields inherited from class java.lang.Exception

 

Constructor Summary
InvalidReconcileStrategyException(java.lang.String msg, byte strategy)
          Constructor for InvalidReconcileStrategyException.

 

Method Summary
 java.lang.String getMsg()
          Returns the exception message.
 byte getStrategy()
          Returns the invalid strategy specified for the reconcile process.

 

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_strategy

protected byte m_strategy
The invalid strategy specified for reconcile.

m_msg

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

InvalidReconcileStrategyException

public InvalidReconcileStrategyException(java.lang.String msg,
                                         byte strategy)
Constructor for InvalidReconcileStrategyException.
Parameters:
msg - - the exception message.
strategy - - the invalid strategy specified during reconcile service invocation.
Method Detail

getStrategy

public byte getStrategy()
Returns the invalid strategy specified for the reconcile process.
Returns:
byte

getMsg

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

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

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.