@Portable public class GAVAlreadyExistsException extends RuntimeException
org.eclipse.aether.repository.LocalRepository
and any
org.eclipse.aether.repository.RemoteRepository
configured in the Project's POM, <distributionManagement>
or settings.xml
Constructor and Description |
---|
GAVAlreadyExistsException() |
GAVAlreadyExistsException(GAV gav,
Set<MavenRepositoryMetadata> repositories) |
Modifier and Type | Method and Description |
---|---|
GAV |
getGAV() |
Set<MavenRepositoryMetadata> |
getRepositories() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GAVAlreadyExistsException()
public GAVAlreadyExistsException(GAV gav, Set<MavenRepositoryMetadata> repositories)
public GAV getGAV()
public Set<MavenRepositoryMetadata> getRepositories()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.