Class ArtifactMissingException

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

public class ArtifactMissingException extends RuntimeException
Thrown when an artifact is missing.

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

    • artifact

      public final Artifact artifact
  • Constructor Details

    • ArtifactMissingException

      public ArtifactMissingException(Artifact artifact)