Uses of Class
net.dpml.transit.artifact.ArtifactException

Packages that use ArtifactException
net.dpml.transit.artifact Core protocol handler for uris of the form artifact:[type]/[group]/[name]#[version]
net.dpml.transit.link Protocol handler for uris artifact links. 
 

Uses of ArtifactException in net.dpml.transit.artifact
 

Subclasses of ArtifactException in net.dpml.transit.artifact
 class ArtifactAlreadyExistsException
          Exception to indicate that the Artifact already exists in the cache and can therefor not be written to.
 class ArtifactNotFoundException
          Exception to indicate that an Artifact could not be located.
 

Uses of ArtifactException in net.dpml.transit.link
 

Subclasses of ArtifactException in net.dpml.transit.link
 class LinkNotFoundException
          Exception to indicate that a link could not be located.