Interface UnresolvedArtifactResult
- All Superinterfaces:
ArtifactResult
An artifact that could not be resolved.
- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptionThe failure that occurred when the artifact was resolved.Methods inherited from interface ArtifactResult
getId, getType
-
Method Details
-
getFailure
Throwable getFailure()The failure that occurred when the artifact was resolved.
-