Package io.apicurio.registry.storage
Class StorageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.apicurio.registry.types.RegistryException
-
- io.apicurio.registry.storage.StorageException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AlreadyExistsException,InvalidArtifactStateException,NotFoundException,RegistryStorageException
public abstract class StorageException extends RegistryException
Base class for all artifactStore exceptions.- Author:
- eric.wittmann@gmail.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StorageException()StorageException(String reason)StorageException(String reason, Throwable cause)StorageException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-