com.ibm.wsspi.sibx.mediation.flow.action
Class MethodNotImplementedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.wsspi.sibx.mediation.flow.action.FlowActionException
              extended bycom.ibm.wsspi.sibx.mediation.flow.action.MethodNotImplementedException
All Implemented Interfaces:
java.io.Serializable

public class MethodNotImplementedException
extends FlowActionException

This exception is used to indicate that the invoked method is not implemented by the particular FlowAction subclass.

See Also:
Serialized Form

Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Constructor Summary
MethodNotImplementedException(java.lang.String methodName)
          Constructor.
 
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

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

$sccsid

public static final java.lang.String $sccsid
See Also:
Constant Field Values
Constructor Detail

MethodNotImplementedException

public MethodNotImplementedException(java.lang.String methodName)
Constructor.

Parameters:
methodName - The message.