Package org.apache.bookkeeper.client
Class BKException.BKUnclosedFragmentException
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.BKUnclosedFragmentException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BKException
Bookkeeper unclosed fragment 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
-
BKUnclosedFragmentException
public BKUnclosedFragmentException()
-