Package org.apache.bookkeeper.client
Class BKException.BKProtocolVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.bookkeeper.client.api.BKException
org.apache.bookkeeper.client.BKException
org.apache.bookkeeper.client.BKException.BKProtocolVersionException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BKException
Bookkeeper protocol version exception.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.bookkeeper.client.BKException
BKException.BKAddEntryQuorumTimeoutException, BKException.BKBookieException, BKException.BKBookieHandleNotAvailableException, BKException.BKClientClosedException, BKException.BKDataUnknownException, BKException.BKDigestMatchException, BKException.BKDigestNotInitializedException, BKException.BKDuplicateEntryIdException, BKException.BKIllegalOpException, BKException.BKIncorrectParameterException, BKException.BKInterruptedException, BKException.BKLedgerClosedException, BKException.BKLedgerExistException, BKException.BKLedgerFencedException, BKException.BKLedgerIdOverflowException, BKException.BKLedgerRecoveryException, BKException.BKMetadataSerializationException, BKException.BKMetadataVersionException, BKException.BKNoSuchEntryException, BKException.BKNoSuchLedgerExistsException, BKException.BKNoSuchLedgerExistsOnMetadataServerException, BKException.BKNotEnoughBookiesException, BKException.BKProtocolVersionException, BKException.BKQuorumException, BKException.BKReadException, BKException.BKReplicationException, BKException.BKSecurityException, BKException.BKTimeoutException, BKException.BKTooManyRequestsException, BKException.BKUnauthorizedAccessException, BKException.BKUnclosedFragmentException, BKException.BKUnexpectedConditionException, BKException.BKWriteException, BKException.BKWriteOnReadOnlyBookieException, BKException.Code, BKException.MetaStoreException, BKException.ZKException -
Field Summary
Fields inherited from class org.apache.bookkeeper.client.BKException
HANDLERFields inherited from class org.apache.bookkeeper.client.api.BKException
code -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.bookkeeper.client.BKException
create, getExceptionCode, getExceptionCodeMethods inherited from class org.apache.bookkeeper.client.api.BKException
codeLogger, getCode, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BKProtocolVersionException
public BKProtocolVersionException()
-