public class PluginVersionResolutionException extends Exception
Constructor and Description |
---|
PluginVersionResolutionException(String groupId,
String artifactId,
LocalRepository localRepository,
List<RemoteRepository> remoteRepositories,
String baseMessage) |
PluginVersionResolutionException(String groupId,
String artifactId,
String baseMessage) |
PluginVersionResolutionException(String groupId,
String artifactId,
String baseMessage,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId() |
String |
getBaseMessage() |
String |
getGroupId() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PluginVersionResolutionException(String groupId, String artifactId, String baseMessage, Throwable cause)
public PluginVersionResolutionException(String groupId, String artifactId, String baseMessage)
public PluginVersionResolutionException(String groupId, String artifactId, LocalRepository localRepository, List<RemoteRepository> remoteRepositories, String baseMessage)
public String getGroupId()
public String getArtifactId()
public String getBaseMessage()
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.