com.ibm.wsspi.sibx.mediation.flow

Class MFCNotFoundException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.wsspi.sibx.mediation.flow.MFCNotFoundException
All implemented interfaces:
java.io.Serializable

Deprecated.
  1. public class MFCNotFoundException
  2. extends java.lang.Exception
Exception thrown when a MediationFlowComponent could not be found.
See Also:
Serialized Form

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
$sccsid
Deprecated.
  1. static
  2. java.lang.String
COPYRIGHT
Deprecated.

Constructor Summary

Constructor and Description
MFCNotFoundException()
Deprecated. Default constructor
MFCNotFoundException(java.lang.String message)
Deprecated.
MFCNotFoundException(java.lang.String message,java.lang.Throwable cause)
Deprecated.
MFCNotFoundException(java.lang.Throwable cause)
Deprecated.

Method Summary

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

  1. public static final java.lang.String COPYRIGHT
Deprecated.
See Also:

$sccsid

  1. public static final java.lang.String $sccsid
Deprecated.
See Also:

Constructor Detail

MFCNotFoundException

  1. public MFCNotFoundException()
Deprecated.
Default constructor

MFCNotFoundException

  1. public MFCNotFoundException(java.lang.String message)
Deprecated.
Constructor which takes a message as the only parameter.
Parameters:
message - the exception message

MFCNotFoundException

  1. public MFCNotFoundException(java.lang.String message,
  2. java.lang.Throwable cause)
Deprecated.
Constructor which takes a message, and a causal exception.
Parameters:
message - the exception message
cause - the causal exception

MFCNotFoundException

  1. public MFCNotFoundException(java.lang.Throwable cause)
Deprecated.
Constructor which takes a causal exception.
Parameters:
cause - the causal exception