Package uk.gov.gchq.gaffer.store
Class StoreException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- uk.gov.gchq.gaffer.core.exception.GafferCheckedException
-
- uk.gov.gchq.gaffer.store.StoreException
-
- All Implemented Interfaces:
Serializable
public class StoreException extends GafferCheckedException
AStoreException
is a fairly generic exception for a wide range of issues occurred in aStore
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StoreException(String message)
StoreException(String message, Throwable e)
StoreException(Throwable e)
-
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
-
-