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