Package org.apache.pulsar.metadata.api
Class MetadataStoreException.NotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.pulsar.metadata.api.MetadataStoreException
-
- org.apache.pulsar.metadata.api.MetadataStoreException.NotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- MetadataStoreException
public static class MetadataStoreException.NotFoundException extends MetadataStoreException
Key not found in store.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.pulsar.metadata.api.MetadataStoreException
MetadataStoreException.AlreadyClosedException, MetadataStoreException.AlreadyExistsException, MetadataStoreException.BadVersionException, MetadataStoreException.ContentDeserializationException, MetadataStoreException.InvalidImplementationException, MetadataStoreException.InvalidPathException, MetadataStoreException.LockBusyException, MetadataStoreException.NotFoundException
-
-
Constructor Summary
Constructors Constructor Description NotFoundException()NotFoundException(java.lang.String msg)NotFoundException(java.lang.Throwable t)
-
Method Summary
-
Methods inherited from class org.apache.pulsar.metadata.api.MetadataStoreException
unwrap, wrap
-
-