Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See License.txt in the project root for license information.
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. */
package com.microsoft.azure.arm.dag;
An TaskCancelledException is emitted when a task cannot be executed because the parent task group is marked as cancelled.
/** * An TaskCancelledException is emitted when a task cannot be executed because the parent task group is * marked as cancelled. */
final class TaskCancelledException extends Exception { }