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 FaultedDependencyException is emitted when a task cannot be executed due to a faulted decedent task.
/**
* An FaultedDependencyException is emitted when a task cannot be executed due to a faulted decedent task.
*/
final class ErroredDependencyTaskException extends Exception {
}