Package io.apicurio.registry.storage
Class AlreadyExistsException
- 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
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ArtifactAlreadyExistsException
,GroupAlreadyExistsException
,RuleAlreadyExistsException
public abstract class AlreadyExistsException extends StorageException
- Author:
- eric.wittmann@gmail.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlreadyExistsException()
AlreadyExistsException(String reason, Throwable cause)
AlreadyExistsException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-