public class EngineCannotResolveEndpointException extends ProcessException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EngineCannotResolveEndpointException(java.lang.Object[] vars)
Constructor.
|
EngineCannotResolveEndpointException(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 EngineCannotResolveEndpointException(java.lang.Object[] vars)
vars
- See EngineCannotResolveEndpointException(Object[], Throwable)
public EngineCannotResolveEndpointException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 2 substitution variables for
CWWBE0141E: The endpoint for port type ''{0}'' that is implemented by process template ''{1}'' cannot be resolved.cause
- The exception that was thrown.