public class InvalidArtifactStateException extends StorageException
Constructor and Description |
---|
InvalidArtifactStateException(ArtifactState previousState,
ArtifactState newState) |
InvalidArtifactStateException(String artifactId,
Number version,
ArtifactState state) |
Modifier and Type | Method and Description |
---|---|
static String |
errorMsg(ArtifactState previousState,
ArtifactState newState) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidArtifactStateException(String artifactId, Number version, ArtifactState state)
public InvalidArtifactStateException(ArtifactState previousState, ArtifactState newState)
public static String errorMsg(ArtifactState previousState, ArtifactState newState)
Copyright © 2020 Red Hat. All rights reserved.