Class AccumuloRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- uk.gov.gchq.gaffer.accumulostore.key.AccumuloRuntimeException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccumuloElementConversionException
,IteratorException
public class AccumuloRuntimeException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccumuloRuntimeException(String message)
AccumuloRuntimeException(String message, Throwable e)
AccumuloRuntimeException(Throwable e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-