public class VersionNotFoundException extends ArtifactNotFoundException
Constructor and Description |
---|
VersionNotFoundException(String artifactId,
long version)
Constructor.
|
VersionNotFoundException(String artifactId,
long version,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
long |
getVersion() |
getArtifactId
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public VersionNotFoundException(String artifactId, long version)
public long getVersion()
public String getMessage()
getMessage
in class ArtifactNotFoundException
Throwable.getMessage()
Copyright © 2019 Red Hat. All rights reserved.