Package io.apicurio.registry.storage
Class VersionNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.apicurio.registry.types.RegistryException
-
- io.apicurio.registry.storage.StorageException
-
- io.apicurio.registry.storage.NotFoundException
-
- io.apicurio.registry.storage.ArtifactNotFoundException
-
- io.apicurio.registry.storage.VersionNotFoundException
-
- All Implemented Interfaces:
Serializable
public class VersionNotFoundException extends ArtifactNotFoundException
- Author:
- eric.wittmann@gmail.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VersionNotFoundException(String groupId, String artifactId, String version)
Constructor.VersionNotFoundException(String groupId, String artifactId, String version, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
String
getVersion()
-
Methods inherited from class io.apicurio.registry.storage.ArtifactNotFoundException
getArtifactId, getGroupId
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getVersion
public String getVersion()
- Returns:
- the version
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classArtifactNotFoundException
- See Also:
Throwable.getMessage()
-
-