Package org.apache.accumulo.core.client
Class AccumuloException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.accumulo.core.client.AccumuloException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MutationsRejectedException
A generic Accumulo Exception for general accumulo failures.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionAccumuloException(String why) AccumuloException(String why, Throwable cause) AccumuloException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
AccumuloException- Parameters:
- why- is the reason for the error being thrown
 
- 
AccumuloException- Parameters:
- cause- is the exception that this exception wraps
 
- 
AccumuloException- Parameters:
- why- is the reason for the error being thrown
- cause- is the exception that this exception wraps
 
 
-