Uses of Class
org.sonatype.aether.RepositoryException

Packages that use RepositoryException
org.sonatype.aether.collection   
org.sonatype.aether.deployment   
org.sonatype.aether.impl   
org.sonatype.aether.installation   
org.sonatype.aether.metadata   
org.sonatype.aether.repository   
org.sonatype.aether.resolution   
org.sonatype.aether.transfer   
org.sonatype.aether.util.graph.transformer   
org.sonatype.aether.version   
 

Uses of RepositoryException in org.sonatype.aether.collection
 

Subclasses of RepositoryException in org.sonatype.aether.collection
 class DependencyCollectionException
          Thrown in case of bad artifact descriptors, version ranges or other issues encountered during calculation of the dependency graph.
 class UnsolvableVersionConflictException
          Thrown in case of an unsolvable conflict between different version constraints for a dependency.
 

Methods in org.sonatype.aether.collection that throw RepositoryException
 DependencyNode DependencyGraphTransformer.transformGraph(DependencyNode node, DependencyGraphTransformationContext context)
          Transforms the dependency graph denoted by the specified root node.
 

Uses of RepositoryException in org.sonatype.aether.deployment
 

Subclasses of RepositoryException in org.sonatype.aether.deployment
 class DeploymentException
          Thrown in case of a deployment error like authentication failure.
 

Uses of RepositoryException in org.sonatype.aether.impl
 

Classes in org.sonatype.aether.impl with type parameters of type RepositoryException
 class UpdateCheck<T,E extends RepositoryException>
          A request to check if an update of an artifact/metadata from a remote repository is needed.
 

Uses of RepositoryException in org.sonatype.aether.installation
 

Subclasses of RepositoryException in org.sonatype.aether.installation
 class InstallationException
          Thrown in case of an installation error like an IO error.
 

Uses of RepositoryException in org.sonatype.aether.metadata
 

Methods in org.sonatype.aether.metadata that throw RepositoryException
 void MergeableMetadata.merge(File current, File result)
          Merges this metadata into the current metadata (if any).
 

Uses of RepositoryException in org.sonatype.aether.repository
 

Subclasses of RepositoryException in org.sonatype.aether.repository
 class NoLocalRepositoryManagerException
          Thrown in case of an unsupported local repository type.
 

Uses of RepositoryException in org.sonatype.aether.resolution
 

Subclasses of RepositoryException in org.sonatype.aether.resolution
 class ArtifactDescriptorException
          Thrown in case of an unreadable or unresolvable artifact descriptor.
 class ArtifactResolutionException
          Thrown in case of a unresolvable artifacts.
 class DependencyResolutionException
          Thrown in case of a unresolvable dependencies.
 class VersionRangeResolutionException
          Thrown in case of an unparseable or unresolvable version range.
 class VersionResolutionException
          Thrown in case of an unresolvable metaversion.
 

Uses of RepositoryException in org.sonatype.aether.transfer
 

Subclasses of RepositoryException in org.sonatype.aether.transfer
 class ArtifactNotFoundException
          Thrown when an artifact was not found in a particular repository.
 class ArtifactTransferException
          Thrown when an artifact could not be uploaded/downloaded to/from a particular remote repository.
 class ChecksumFailureException
          Thrown in case of a checksum failure during an artifact/metadata download.
 class MetadataNotFoundException
          Thrown when metadata was not found in a particular repository.
 class MetadataTransferException
          Thrown when metadata could not be uploaded/downloaded to/from a particular remote repository.
 class NoRepositoryConnectorException
          Thrown in case of an unsupported remote repository type.
 class TransferCancelledException
          Thrown in case an upload/download was cancelled (e.g.
 

Uses of RepositoryException in org.sonatype.aether.util.graph.transformer
 

Methods in org.sonatype.aether.util.graph.transformer that throw RepositoryException
 DependencyNode JavaDependencyContextRefiner.transformGraph(DependencyNode node, DependencyGraphTransformationContext context)
           
 DependencyNode ChainedDependencyGraphTransformer.transformGraph(DependencyNode node, DependencyGraphTransformationContext context)
           
 DependencyNode NearestVersionConflictResolver.transformGraph(DependencyNode node, DependencyGraphTransformationContext context)
           
 DependencyNode NoopDependencyGraphTransformer.transformGraph(DependencyNode node, DependencyGraphTransformationContext context)
           
 DependencyNode JavaEffectiveScopeCalculator.transformGraph(DependencyNode node, DependencyGraphTransformationContext context)
           
 DependencyNode ConflictMarker.transformGraph(DependencyNode node, DependencyGraphTransformationContext context)
          After the execution of this method, every DependencyNode with an attached dependency is member of one conflict group.
 DependencyNode ConflictIdSorter.transformGraph(DependencyNode node, DependencyGraphTransformationContext context)
           
 

Uses of RepositoryException in org.sonatype.aether.version
 

Subclasses of RepositoryException in org.sonatype.aether.version
 class InvalidVersionSpecificationException
          Thrown when a version or version range could not be parsed.
 



Copyright © 2010-2013. All Rights Reserved.