org.apache.bookkeeper.client
Class BKException.BKReadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.bookkeeper.client.BKException
              extended by org.apache.bookkeeper.client.BKException.BKReadException
All Implemented Interfaces:
Serializable
Enclosing class:
BKException

public static class BKException.BKReadException
extends BKException

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.bookkeeper.client.BKException
BKException.BKBookieException, BKException.BKBookieHandleNotAvailableException, BKException.BKDigestMatchException, BKException.BKDigestNotInitializedException, BKException.BKIllegalOpException, BKException.BKNoSuchLedgerExistsException, BKException.BKNotEnoughBookiesException, BKException.BKQuorumException, BKException.BKReadException, BKException.Code
 
Constructor Summary
BKException.BKReadException()
           
 
Method Summary
 
Methods inherited from class org.apache.bookkeeper.client.BKException
create, getCode, getMessage, setCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BKException.BKReadException

public BKException.BKReadException()