Uses of Class
org.eclipse.aether.RepositoryException
-
Packages that use RepositoryException Package Description org.eclipse.aether.collection The types and extension points for collecting the transitive dependencies of an artifact and building a dependency graph.org.eclipse.aether.deployment The types supporting the publishing of artifacts to a remote repository.org.eclipse.aether.installation The types supporting the publishing of artifacts to a local repository.org.eclipse.aether.metadata The definition of metadata, that is an auxiliary entity managed by the repository system to locate artifacts.org.eclipse.aether.repository The definition of various kinds of repositories that host artifacts.org.eclipse.aether.resolution The types supporting the resolution of artifacts and metadata from repositories.org.eclipse.aether.transfer A listener and various exception types dealing with the transfer of a resource between the local system and a remote repository.org.eclipse.aether.version The definition of a version scheme for parsing and comparing versions. -
-
Uses of RepositoryException in org.eclipse.aether.collection
Subclasses of RepositoryException in org.eclipse.aether.collection Modifier and Type Class Description classDependencyCollectionExceptionThrown in case of bad artifact descriptors, version ranges or other issues encountered during calculation of the dependency graph.classUnsolvableVersionConflictExceptionThrown in case of an unsolvable conflict between different version constraints for a dependency.Methods in org.eclipse.aether.collection that throw RepositoryException Modifier and Type Method Description voidVersionFilter. filterVersions(VersionFilter.VersionFilterContext context)Filters the available versions for a given dependency.DependencyNodeDependencyGraphTransformer. transformGraph(DependencyNode node, DependencyGraphTransformationContext context)Transforms the dependency graph denoted by the specified root node. -
Uses of RepositoryException in org.eclipse.aether.deployment
Subclasses of RepositoryException in org.eclipse.aether.deployment Modifier and Type Class Description classDeploymentExceptionThrown in case of a deployment error like authentication failure. -
Uses of RepositoryException in org.eclipse.aether.installation
Subclasses of RepositoryException in org.eclipse.aether.installation Modifier and Type Class Description classInstallationExceptionThrown in case of an installation error like an IO error. -
Uses of RepositoryException in org.eclipse.aether.metadata
Methods in org.eclipse.aether.metadata that throw RepositoryException Modifier and Type Method Description voidMergeableMetadata. merge(File current, File result)Merges this metadata into the current metadata (if any). -
Uses of RepositoryException in org.eclipse.aether.repository
Subclasses of RepositoryException in org.eclipse.aether.repository Modifier and Type Class Description classNoLocalRepositoryManagerExceptionThrown in case of an unsupported local repository type. -
Uses of RepositoryException in org.eclipse.aether.resolution
Subclasses of RepositoryException in org.eclipse.aether.resolution Modifier and Type Class Description classArtifactDescriptorExceptionThrown in case of an unreadable or unresolvable artifact descriptor.classArtifactResolutionExceptionThrown in case of a unresolvable artifacts.classDependencyResolutionExceptionThrown in case of a unresolvable dependencies.classVersionRangeResolutionExceptionThrown in case of an unparseable or unresolvable version range.classVersionResolutionExceptionThrown in case of an unresolvable metaversion. -
Uses of RepositoryException in org.eclipse.aether.transfer
Subclasses of RepositoryException in org.eclipse.aether.transfer Modifier and Type Class Description classArtifactNotFoundExceptionThrown when an artifact was not found in a particular repository.classArtifactTransferExceptionThrown when an artifact could not be uploaded/downloaded to/from a particular remote repository.classChecksumFailureExceptionThrown in case of a checksum failure during an artifact/metadata download.classMetadataNotFoundExceptionThrown when metadata was not found in a particular repository.classMetadataTransferExceptionThrown when metadata could not be uploaded/downloaded to/from a particular remote repository.classNoRepositoryConnectorExceptionThrown in case of an unsupported remote repository type.classNoRepositoryLayoutExceptionThrown in case of an unsupported repository layout.classNoTransporterExceptionThrown in case of an unsupported transport protocol.classRepositoryOfflineExceptionThrown when a transfer could not be performed because a remote repository is not accessible in offline mode.classTransferCancelledExceptionThrown in case an upload/download was cancelled (e.g. -
Uses of RepositoryException in org.eclipse.aether.version
Subclasses of RepositoryException in org.eclipse.aether.version Modifier and Type Class Description classInvalidVersionSpecificationExceptionThrown when a version or version range could not be parsed.
-