azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.batch.C...

81 строка
6.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.batch.CreateTasksErrorException"
fullName: "com.microsoft.azure.batch.CreateTasksErrorException"
name: "CreateTasksErrorException"
nameWithType: "CreateTasksErrorException"
summary: "The exception that is thrown when the <xref uid=\"com.microsoft.azure.batch.TaskOperations.createTasks(java.lang.String,java.util.List<com.microsoft.azure.batch.protocol.models.TaskAddParameter>)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TaskOperations#createTasks(String, List)\"></xref> operation is terminated."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Throwable?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Exception?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.RuntimeException?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.rest.RestException?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.batch.protocol.models.BatchErrorException?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:
- "com.microsoft.azure.batch.protocol.models.BatchErrorException.body()"
- "com.microsoft.rest.RestException.response()"
- "java.lang.Object.clone()"
- "java.lang.Object.equals(java.lang.Object)"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.hashCode()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
- "java.lang.Throwable.addSuppressed(java.lang.Throwable)"
- "java.lang.Throwable.fillInStackTrace()"
- "java.lang.Throwable.getCause()"
- "java.lang.Throwable.getLocalizedMessage()"
- "java.lang.Throwable.getMessage()"
- "java.lang.Throwable.getStackTrace()"
- "java.lang.Throwable.getSuppressed()"
- "java.lang.Throwable.initCause(java.lang.Throwable)"
- "java.lang.Throwable.printStackTrace()"
- "java.lang.Throwable.printStackTrace(java.io.PrintStream)"
- "java.lang.Throwable.printStackTrace(java.io.PrintWriter)"
- "java.lang.Throwable.setStackTrace(java.lang.StackTraceElement[])"
- "java.lang.Throwable.toString()"
syntax: "public class CreateTasksErrorException extends BatchErrorException"
constructors:
- uid: "com.microsoft.azure.batch.CreateTasksErrorException.CreateTasksErrorException(java.lang.String,java.util.List<com.microsoft.azure.batch.protocol.models.TaskAddResult>,java.util.List<com.microsoft.azure.batch.protocol.models.TaskAddParameter>)"
fullName: "com.microsoft.azure.batch.CreateTasksErrorException.CreateTasksErrorException(String message, List<TaskAddResult> failureTaskList, List<TaskAddParameter> pendingTaskList)"
name: "CreateTasksErrorException(String message, List<TaskAddResult> failureTaskList, List<TaskAddParameter> pendingTaskList)"
nameWithType: "CreateTasksErrorException.CreateTasksErrorException(String message, List<TaskAddResult> failureTaskList, List<TaskAddParameter> pendingTaskList)"
summary: "Initializes a new instance of the Create<wbr>Tasks<wbr>Error<wbr>Exception class."
parameters:
- description: "The exception message."
name: "message"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The list of <xref uid=\"com.microsoft.azure.batch.protocol.models.TaskAddResult\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TaskAddResult\"></xref> instances containing failure details for tasks that were not successfully created."
name: "failureTaskList"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.TaskAddResult?alt=com.microsoft.azure.batch.protocol.models.TaskAddResult&text=TaskAddResult\" data-throw-if-not-resolved=\"False\" />&gt;"
- description: "The list of <xref uid=\"com.microsoft.azure.batch.protocol.models.TaskAddParameter\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TaskAddParameter\"></xref> instances containing the tasks that were not added, but for which the operation can be retried."
name: "pendingTaskList"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.TaskAddParameter?alt=com.microsoft.azure.batch.protocol.models.TaskAddParameter&text=TaskAddParameter\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public CreateTasksErrorException(String message, List<TaskAddResult> failureTaskList, List<TaskAddParameter> pendingTaskList)"
desc: "Initializes a new instance of the CreateTasksErrorException class."
methods:
- uid: "com.microsoft.azure.batch.CreateTasksErrorException.failureTaskList()"
fullName: "com.microsoft.azure.batch.CreateTasksErrorException.failureTaskList()"
name: "failureTaskList()"
nameWithType: "CreateTasksErrorException.failureTaskList()"
syntax: "public List<TaskAddResult> failureTaskList()"
returns:
description: "The list of <xref uid=\"com.microsoft.azure.batch.protocol.models.TaskAddResult\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TaskAddResult\"></xref> instances containing failure details for tasks that were not successfully created."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.TaskAddResult?alt=com.microsoft.azure.batch.protocol.models.TaskAddResult&text=TaskAddResult\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.batch.CreateTasksErrorException.pendingTaskList()"
fullName: "com.microsoft.azure.batch.CreateTasksErrorException.pendingTaskList()"
name: "pendingTaskList()"
nameWithType: "CreateTasksErrorException.pendingTaskList()"
syntax: "public List<TaskAddParameter> pendingTaskList()"
returns:
description: "The list of <xref uid=\"com.microsoft.azure.batch.protocol.models.TaskAddParameter\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TaskAddParameter\"></xref> instances containing the tasks that were not added, but for which the operation can be retried."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.TaskAddParameter?alt=com.microsoft.azure.batch.protocol.models.TaskAddParameter&text=TaskAddParameter\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "The exception that is thrown when the <xref uid=\"com.microsoft.azure.batch.TaskOperations.createTasks(java.lang.String,java.util.List<com.microsoft.azure.batch.protocol.models.TaskAddParameter>)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TaskOperations#createTasks(String, List)\"></xref> operation is terminated."
metadata: {}
package: "com.microsoft.azure.batch"
artifact: com.microsoft.azure:azure-batch:9.0.0