public class ReleaseNotFoundException extends SkipperException
SkipperException indicating a missing Skipper release.| Constructor and Description |
|---|
ReleaseNotFoundException(String releaseName)
Instantiates a new
ReleaseNotFoundException. |
ReleaseNotFoundException(String releaseName,
int version)
Instantiates a new
ReleaseNotFoundException. |
ReleaseNotFoundException(String releaseName,
Throwable cause)
Instantiates a new
ReleaseNotFoundException. |
| Modifier and Type | Method and Description |
|---|---|
String |
getReleaseName()
Gets the release name.
|
Integer |
getReleaseVersion()
Gets the release version.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ReleaseNotFoundException(String releaseName)
ReleaseNotFoundException.releaseName - the release namepublic ReleaseNotFoundException(String releaseName, int version)
ReleaseNotFoundException.releaseName - the release nameversion - the versionCopyright © 2021 Pivotal Software, Inc.. All rights reserved.