com.ibm.wsspi.sibx.mediation.flow
Class MFCNotFoundException

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

public class MFCNotFoundException
extends java.lang.Exception

Exception thrown when a MediationFlowComponent could not be found.

See Also:
Serialized Form

Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Constructor Summary
MFCNotFoundException()
          Default constructor
MFCNotFoundException(java.lang.String message)
          Constructor which takes a message as the only parameter.
MFCNotFoundException(java.lang.String message, java.lang.Throwable cause)
          Constructor which takes a message, and a causal exception.
MFCNotFoundException(java.lang.Throwable cause)
          Constructor which takes a causal exception.
 
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

MFCNotFoundException

public MFCNotFoundException()
Default constructor


MFCNotFoundException

public MFCNotFoundException(java.lang.String message)
Constructor which takes a message as the only parameter.

Parameters:
message - the exception message

MFCNotFoundException

public MFCNotFoundException(java.lang.String message,
                            java.lang.Throwable cause)
Constructor which takes a message, and a causal exception.

Parameters:
message - the exception message
cause - the causal exception

MFCNotFoundException

public MFCNotFoundException(java.lang.Throwable cause)
Constructor which takes a causal exception.

Parameters:
cause - the causal exception