Package org.apache.fluo.api.client
Class FluoAdmin.TableExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.fluo.api.client.FluoAdmin.TableExistsException
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- FluoAdmin
public static class FluoAdmin.TableExistsException extends Exception
Exception that is thrown if Accumulo table (set by fluo.admin.accumulo.table) exists during initialization. If this table can be cleared, setFluoAdmin.InitializationOptions.setClearZookeeper(boolean)
to true- Since:
- 1.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TableExistsException()
TableExistsException(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
-
TableExistsException
public TableExistsException(String msg)
-
TableExistsException
public TableExistsException()
-
-