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