Class CacheOperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- uk.gov.gchq.gaffer.core.exception.GafferCheckedException
-
- uk.gov.gchq.gaffer.cache.exception.CacheOperationException
-
- All Implemented Interfaces:
Serializable
public class CacheOperationException extends GafferCheckedException
Exception indicating than an error occured while using the cache service.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CacheOperationException()
CacheOperationException(String message)
CacheOperationException(String message, Throwable cause)
CacheOperationException(String message, Throwable cause, Status status)
CacheOperationException(String message, Status status)
CacheOperationException(Throwable cause)
CacheOperationException(Throwable cause, Status status)
-
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
-
-