Package org.apache.fluo.api.client
Class FluoAdmin.AlreadyInitializedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.fluo.api.client.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, setFluoAdmin.InitializationOptions.setClearTable(boolean)
to true- Since:
- 1.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlreadyInitializedException()
AlreadyInitializedException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AlreadyInitializedException
public AlreadyInitializedException(String msg)
-
AlreadyInitializedException
public AlreadyInitializedException()
-
-