Package org.apache.pulsar.metadata.api
Class MetadataStoreException.InvalidImplementationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.pulsar.metadata.api.MetadataStoreException
org.apache.pulsar.metadata.api.MetadataStoreException.InvalidImplementationException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MetadataStoreException
public static class MetadataStoreException.InvalidImplementationException
extends MetadataStoreException
Implementation is invalid.
- See Also:
-
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
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class org.apache.pulsar.metadata.api.MetadataStoreException
unwrap, wrapMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidImplementationException
public InvalidImplementationException() -
InvalidImplementationException
-
InvalidImplementationException
-