Package org.apache.bookkeeper.client
Interface BKException.Code
-
- All Superinterfaces:
BKException.Code
- Enclosing class:
- BKException
public static interface BKException.Code extends BKException.Code
Legacy interface which holds constants for BookKeeper error codes. The list has been moved toBKException
-
-
Field Summary
-
Fields inherited from interface org.apache.bookkeeper.client.api.BKException.Code
AddEntryQuorumTimeoutException, BookieHandleNotAvailableException, ClientClosedException, DataUnknownException, DigestMatchException, DigestNotInitializedException, DuplicateEntryIdException, IllegalOpException, IncorrectParameterException, InterruptedException, LedgerClosedException, LedgerExistException, LedgerFencedException, LedgerIdOverflowException, LedgerRecoveryException, MetadataSerializationException, MetadataVersionException, MetaStoreException, NoBookieAvailableException, NoSuchEntryException, NoSuchLedgerExistsException, NoSuchLedgerExistsOnMetadataServerException, NotEnoughBookiesException, OK, ProtocolVersionException, QuorumException, ReadException, ReplicationException, SecurityException, TimeoutException, TooManyRequestsException, UnauthorizedAccessException, UnclosedFragmentException, UnexpectedConditionException, UNINITIALIZED, WriteException, WriteOnReadOnlyBookieException, ZKException
-
-