public class TaskCreationRejectedBySchemeException extends TaskSchemeException
This exception indicates violation of a constraint during TaskScheme execution.
Usually will be thrown in environmnts where some tasks can't be created by a scheme for some reasons.
For example, this exception may be thrown if scheme does not allow tasks creation for some roles.
| Constructor and Description |
|---|
TaskCreationRejectedBySchemeException(java.lang.String message) |
TaskCreationRejectedBySchemeException(java.lang.String message,
java.lang.Throwable cause) |