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