Class FluoAdmin.AlreadyInitializedException

  • All Implemented Interfaces:
    Serializable
    Enclosing interface:
    FluoAdmin

    public static class FluoAdmin.AlreadyInitializedException
    extends Exception
    Exception that is thrown if Fluo application was already initialized. An application is already initialized if a directory with same name as application exists at the chroot directory set by the property fluo.client.zookeeper.connect. If this directory can be cleared, set FluoAdmin.InitializationOptions.setClearTable(boolean) to true
    Since:
    1.0.0
    See Also:
    Serialized Form
    • Constructor Detail

      • AlreadyInitializedException

        public AlreadyInitializedException​(String msg)
      • AlreadyInitializedException

        public AlreadyInitializedException()