Class AccumuloException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- uk.gov.gchq.gaffer.core.exception.GafferCheckedException
-
- uk.gov.gchq.gaffer.accumulostore.key.AccumuloException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IteratorSettingException
,RangeFactoryException
public class AccumuloException extends GafferCheckedException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccumuloException(String message)
AccumuloException(String message, Throwable cause)
AccumuloException(Throwable cause)
-
Method Summary
-
Methods inherited from class uk.gov.gchq.gaffer.core.exception.GafferCheckedException
getStatus, setStatus
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-