org.apache.bookkeeper.client
Interface BKException.Code

Enclosing class:
BKException

public static interface BKException.Code


Field Summary
static int BookieHandleNotAvailableException
           
static int DigestMatchException
           
static int DigestNotInitializedException
           
static int IllegalOpException
           
static int NoBookieAvailableException
           
static int NoSuchLedgerExistsException
           
static int NotEnoughBookiesException
           
static int OK
           
static int QuorumException
           
static int ReadException
           
 

Field Detail

OK

static final int OK
See Also:
Constant Field Values

ReadException

static final int ReadException
See Also:
Constant Field Values

QuorumException

static final int QuorumException
See Also:
Constant Field Values

NoBookieAvailableException

static final int NoBookieAvailableException
See Also:
Constant Field Values

DigestNotInitializedException

static final int DigestNotInitializedException
See Also:
Constant Field Values

DigestMatchException

static final int DigestMatchException
See Also:
Constant Field Values

NotEnoughBookiesException

static final int NotEnoughBookiesException
See Also:
Constant Field Values

NoSuchLedgerExistsException

static final int NoSuchLedgerExistsException
See Also:
Constant Field Values

BookieHandleNotAvailableException

static final int BookieHandleNotAvailableException
See Also:
Constant Field Values

IllegalOpException

static final int IllegalOpException
See Also:
Constant Field Values