public class ParallelRoutingTaskStartFailedException extends ParallelRoutingTaskException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
ParallelRoutingTaskStartFailedException(java.lang.Object[] vars)
Constructor.
|
ParallelRoutingTaskStartFailedException(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 ParallelRoutingTaskStartFailedException(java.lang.Object[] vars)
vars
- See ParallelRoutingTaskStartFailedException(Object[], Throwable)
public ParallelRoutingTaskStartFailedException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 2 substitution variables for
CWTKA0134E: Starting the parallel routing task ''{0}'' failed. Reason: ''{1}''.cause
- The exception that was thrown.