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 Summary
ConstructorDescriptionAccumuloException
(String why) AccumuloException
(String why, Throwable cause) AccumuloException
(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 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 throwncause
- is the exception that this exception wraps
-