Class BookieException.CookieExistException

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

public static class BookieException.CookieExistException extends BookieException
Signal that cookie already exists when creating a new cookie.
See Also:
  • Constructor Details

    • CookieExistException

      public CookieExistException()
    • CookieExistException

      public CookieExistException(String reason)
    • CookieExistException

      public CookieExistException(Throwable cause)