CreateTasksErrorException Class
- java.
lang. Object - RestException
- BatchErrorException
- com.
microsoft. azure. batch. CreateTasksErrorException
- com.
public class CreateTasksErrorException extends BatchErrorException
The exception that is thrown when the TaskOperations#createTasks(String, List) operation is terminated.
Constructor Summary
Constructor | Description |
---|---|
CreateTasksErrorException(final String message, List<TaskAddResult> failureTaskList, List<TaskAddParameter> pendingTaskList) |
Initializes a new instance of the CreateTasksErrorException class. |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Task |
failureTaskList() |
List<Task |
pendingTaskList() |
Inherited Members
Constructor Details
CreateTasksErrorException
public CreateTasksErrorException(final String message, List
Initializes a new instance of the CreateTasksErrorException class.
Parameters:
Method Details
failureTaskList
public List
Returns:
pendingTaskList
public List
Returns: