org.apache.bookkeeper.client
Class BKException.BKIllegalOpException

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.BKIllegalOpException
All Implemented Interfaces:
Serializable
Enclosing class:
BKException

public static class BKException.BKIllegalOpException
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.BKIllegalOpException()
           
 
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.BKIllegalOpException

public BKException.BKIllegalOpException()