public class EngineInstanceLocationFailureException extends ProcessException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EngineInstanceLocationFailureException(java.lang.Object[] vars)
Constructor.
|
EngineInstanceLocationFailureException(java.lang.Object[] vars,
java.lang.Throwable cause)
Constructor.
|
getCause, getMessage, getMessage, getMessageID, getMessageKey, getMessageVariables, getRootCause, internPrintStackTrace, printStackTrace, printStackTrace, printStackTrace
public static final java.lang.String COPYRIGHT
public EngineInstanceLocationFailureException(java.lang.Object[] vars)
vars
- See EngineInstanceLocationFailureException(Object[], Throwable)
public EngineInstanceLocationFailureException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 3 substitution variables for
CWWBE0154E: A failure occurred when an instance of the process ''{0}'' was searched for port type ''{1}'' and operation ''{2}''.cause
- The exception that was thrown.