org.apache.bookkeeper.bookie
Class BookieException.BookieIllegalOpException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.bookkeeper.bookie.BookieException
              extended by org.apache.bookkeeper.bookie.BookieException.BookieIllegalOpException
All Implemented Interfaces:
Serializable
Enclosing class:
BookieException

public static class BookieException.BookieIllegalOpException
extends BookieException

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.bookkeeper.bookie.BookieException
BookieException.BookieIllegalOpException, BookieException.BookieUnauthorizedAccessException, BookieException.Code
 
Constructor Summary
BookieException.BookieIllegalOpException()
           
 
Method Summary
 
Methods inherited from class org.apache.bookkeeper.bookie.BookieException
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

BookieException.BookieIllegalOpException

public BookieException.BookieIllegalOpException()