org.apache.bookkeeper.bookie
Class BookieException.BookieUnauthorizedAccessException

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

public static class BookieException.BookieUnauthorizedAccessException
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.BookieUnauthorizedAccessException()
           
 
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.BookieUnauthorizedAccessException

public BookieException.BookieUnauthorizedAccessException()