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