Package org.apache.bookkeeper.bookie
Class BookieException.CookieNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.bookkeeper.bookie.BookieException
-
- org.apache.bookkeeper.bookie.BookieException.CookieNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- BookieException
public static class BookieException.CookieNotFoundException extends BookieException
Signal that no cookie is found when starting a bookie.- See Also:
- Serialized Form
-
-
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.LedgerFencedException, BookieException.MetadataStoreException, BookieException.OperationRejectedException, BookieException.UnknownBookieIdException, BookieException.UpgradeException
-
-
Constructor Summary
Constructors Constructor Description CookieNotFoundException()
CookieNotFoundException(java.lang.String reason)
CookieNotFoundException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.bookkeeper.bookie.BookieException
create, getCode, getMessage
-
-