Package org.apache.bookkeeper.bookie
Class BookieException.MetadataStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.bookkeeper.bookie.BookieException
org.apache.bookkeeper.bookie.BookieException.MetadataStoreException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BookieException
Signal when bookie has problems on accessing metadata store.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.bookkeeper.bookie.BookieException
BookieException.BookieIllegalOpException, BookieException.BookieUnauthorizedAccessException, BookieException.Code, BookieException.CookieExistException, BookieException.CookieNotFoundException, BookieException.DataUnknownException, BookieException.DiskPartitionDuplicationException, BookieException.EntryLogMetadataMapException, BookieException.InvalidCookieException, BookieException.LedgerFencedAndDeletedException, BookieException.LedgerFencedException, BookieException.MetadataStoreException, BookieException.OperationRejectedException, BookieException.UnknownBookieIdException, BookieException.UpgradeException -
Constructor Summary
ConstructorsConstructorDescriptionMetadataStoreException(String reason) MetadataStoreException(String reason, Throwable cause) MetadataStoreException(Throwable cause) -
Method Summary
Methods inherited from class org.apache.bookkeeper.bookie.BookieException
create, getCode, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MetadataStoreException
public MetadataStoreException() -
MetadataStoreException
-
MetadataStoreException
-
MetadataStoreException
-