Package org.apache.bookkeeper.bookie
Interface BookieException.Code
-
- Enclosing class:
- BookieException
public static interface BookieException.Code
An exception code indicates the failure reason.
-
-
Field Summary
Fields Modifier and Type Field Description static int
CookieExistsException
static int
CookieNotFoundException
static int
DataUnknownException
static int
DiskPartitionDuplicationException
static int
EntryLogMetadataMapException
static int
IllegalOpException
static int
InvalidCookieException
static int
LedgerFencedException
static int
MetadataStoreException
static int
OK
static int
OperationRejectedException
static int
UnauthorizedAccessException
static int
UnknownBookieIdException
static int
UpgradeException
-
-
-
Field Detail
-
OK
static final int OK
- See Also:
- Constant Field Values
-
UnauthorizedAccessException
static final int UnauthorizedAccessException
- See Also:
- Constant Field Values
-
IllegalOpException
static final int IllegalOpException
- See Also:
- Constant Field Values
-
LedgerFencedException
static final int LedgerFencedException
- See Also:
- Constant Field Values
-
InvalidCookieException
static final int InvalidCookieException
- See Also:
- Constant Field Values
-
UpgradeException
static final int UpgradeException
- See Also:
- Constant Field Values
-
DiskPartitionDuplicationException
static final int DiskPartitionDuplicationException
- See Also:
- Constant Field Values
-
CookieNotFoundException
static final int CookieNotFoundException
- See Also:
- Constant Field Values
-
MetadataStoreException
static final int MetadataStoreException
- See Also:
- Constant Field Values
-
UnknownBookieIdException
static final int UnknownBookieIdException
- See Also:
- Constant Field Values
-
OperationRejectedException
static final int OperationRejectedException
- See Also:
- Constant Field Values
-
CookieExistsException
static final int CookieExistsException
- See Also:
- Constant Field Values
-
EntryLogMetadataMapException
static final int EntryLogMetadataMapException
- See Also:
- Constant Field Values
-
DataUnknownException
static final int DataUnknownException
- See Also:
- Constant Field Values
-
-