Package io.apicurio.registry.storage
Class ArtifactAlreadyExistsException
- 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.AlreadyExistsException
-
- io.apicurio.registry.storage.ArtifactAlreadyExistsException
-
- All Implemented Interfaces:
Serializable
public class ArtifactAlreadyExistsException extends AlreadyExistsException
- Author:
- eric.wittmann@gmail.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArtifactAlreadyExistsException(String groupId, String artifactId)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getArtifactId()
String
getGroupId()
String
getMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getArtifactId
public String getArtifactId()
- Returns:
- the artifactId
-
getGroupId
public String getGroupId()
- Returns:
- the groupId
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
- See Also:
Throwable.getMessage()
-
-