Class GafferCheckedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- uk.gov.gchq.gaffer.core.exception.GafferCheckedException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccumuloException,CacheOperationException,OperationException,RetrieverException,StorageException,StoreException
public class GafferCheckedException extends Exception
Subtype ofExceptionwith additional constructors to support the inclusion of a HTTP error message along with the other exception details.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GafferCheckedException(String message)GafferCheckedException(String message, Throwable cause)GafferCheckedException(String message, Throwable cause, Status status)GafferCheckedException(String message, Status status)GafferCheckedException(Throwable cause)GafferCheckedException(Throwable cause, Status status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StatusgetStatus()voidsetStatus(Status status)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-