public class MFCNotFoundException
extends java.lang.Exception
MediationFlowComponent
could not be
found.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$sccsid
Deprecated.
|
static java.lang.String |
COPYRIGHT
Deprecated.
|
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.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String $sccsid
public MFCNotFoundException()
public MFCNotFoundException(java.lang.String message)
message
- the exception messagepublic MFCNotFoundException(java.lang.String message, java.lang.Throwable cause)
message
- the exception messagecause
- the causal exceptionpublic MFCNotFoundException(java.lang.Throwable cause)
cause
- the causal exception