Class ArtifactMetaDataMissingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.savantbuild.dep.workflow.ArtifactMetaDataMissingException
All Implemented Interfaces:
Serializable

public class ArtifactMetaDataMissingException extends RuntimeException
Thrown when an artifact is missing an AMD file during the dependency graph building process.

This exception is not permanent and usually is fixed by changing to a different server. This exception should not cause a negative cache file to be written and should repeat itself if nothing else changes.

See Also:
  • Field Details

    • artifactMissingAMD

      public final Artifact artifactMissingAMD
  • Constructor Details

    • ArtifactMetaDataMissingException

      public ArtifactMetaDataMissingException(Artifact artifactMissingAMD)