Class BookieException.UpgradeException

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

public static class BookieException.UpgradeException extends BookieException
Signals that an exception occurs on upgrading a bookie.
See Also:
  • Constructor Details

    • UpgradeException

      public UpgradeException()
    • UpgradeException

      public UpgradeException(Throwable cause)
    • UpgradeException

      public UpgradeException(String reason)