public class InvalidArtifactRTException extends RuntimeException
Constructor and Description |
---|
InvalidArtifactRTException(String groupId,
String artifactId,
String version,
String type,
String message) |
InvalidArtifactRTException(String groupId,
String artifactId,
String version,
String type,
String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId() |
String |
getArtifactKey() |
String |
getBaseMessage() |
String |
getGroupId() |
String |
getMessage() |
String |
getType() |
String |
getVersion() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidArtifactRTException(String groupId, String artifactId, String version, String type, String message)
public String getMessage()
getMessage
in class Throwable
public String getBaseMessage()
public String getArtifactId()
public String getGroupId()
public String getVersion()
public String getArtifactKey()
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.