public class EngineUnknownInboundOperationException extends EngineEventNotKnownException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EngineUnknownInboundOperationException(java.lang.Object[] vars)
Constructor.
|
EngineUnknownInboundOperationException(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 EngineUnknownInboundOperationException(java.lang.Object[] vars)
vars
- See EngineUnknownInboundOperationException(Object[], Throwable)
public EngineUnknownInboundOperationException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 3 substitution variables for
CWWBE0148E: The process ''{0}'' has no inbound activity defined that could accept the operation ''{1}'' and port type ''{2}''.cause
- The exception that was thrown.