Class AccumuloBulkMergeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.accumulo.core.client.AccumuloException
-
- org.apache.accumulo.core.clientImpl.AccumuloBulkMergeException
-
- All Implemented Interfaces:
Serializable
public class AccumuloBulkMergeException extends AccumuloException
Internal class indicating a concurrent merge occurred during the new bulk import.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccumuloBulkMergeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AccumuloBulkMergeException
public AccumuloBulkMergeException(Throwable cause)
-
-