@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, toStringpublic GAVAlreadyExistsException()
public GAVAlreadyExistsException(GAV gav, Set<MavenRepositoryMetadata> repositories)
public GAV getGAV()
public Set<MavenRepositoryMetadata> getRepositories()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.