public class IsRoutingTaskException extends WrongTaskKindException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
IsRoutingTaskException(java.lang.Object[] vars)
Constructor.
|
IsRoutingTaskException(java.lang.Object[] vars,
java.lang.Throwable cause)
Constructor.
|
getCause, getMessage, getMessage, getMessageID, getMessageKey, getMessageVariables, getRootCause, printStackTrace, printStackTrace, printStackTrace
public static final java.lang.String COPYRIGHT
public IsRoutingTaskException(java.lang.Object[] vars)
vars
- See IsRoutingTaskException(Object[], Throwable)
public IsRoutingTaskException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 2 substitution variables for
CWTKA0133E: An invoked operation ''{1}'' cannot be applied to the parallel routing task ''{0}''.cause
- The exception that was thrown.