Package org.savantbuild.dep.workflow
Class ArtifactMetaDataMissingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.savantbuild.dep.workflow.ArtifactMetaDataMissingException
- All Implemented Interfaces:
Serializable
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
artifactMissingAMD
-
-
Constructor Details
-
ArtifactMetaDataMissingException
-