Package org.apache.pulsar.metadata.api
Class MetadataStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.pulsar.metadata.api.MetadataStoreException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MetadataStoreException.AlreadyClosedException,MetadataStoreException.AlreadyExistsException,MetadataStoreException.BadVersionException,MetadataStoreException.ContentDeserializationException,MetadataStoreException.InvalidImplementationException,MetadataStoreException.InvalidPathException,MetadataStoreException.LockBusyException,MetadataStoreException.NotFoundException
Generic metadata store exception.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe store was already closed.static classKey was already in store.static classUnsuccessful update due to mismatched expected version.static classFailed to de-serialize the metadata.static classImplementation is invalid.static classstatic classA resource lock is already taken by a different instance.static classKey not found in store. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MetadataStoreException
-
MetadataStoreException
-
MetadataStoreException
-
-
Method Details
-
unwrap
-
wrap
-