Uses of Class
uk.gov.gchq.gaffer.core.exception.Status
-
Packages that use Status Package Description uk.gov.gchq.gaffer.cache.exception Exception classes for the core cache library.uk.gov.gchq.gaffer.core.exception Gaffer-specific exceptions classes and classes for error generation.uk.gov.gchq.gaffer.core.exception.serialisation Custom serialisation and deserialisation objects relating to writing error messages.uk.gov.gchq.gaffer.operation Core classes for describing operations in Gaffer. -
-
Uses of Status in uk.gov.gchq.gaffer.cache.exception
Constructors in uk.gov.gchq.gaffer.cache.exception with parameters of type Status Constructor Description CacheOperationException(String message, Throwable cause, Status status)
CacheOperationException(String message, Status status)
CacheOperationException(Throwable cause, Status status)
-
Uses of Status in uk.gov.gchq.gaffer.core.exception
Methods in uk.gov.gchq.gaffer.core.exception that return Status Modifier and Type Method Description static Status
Status. fromStatusCode(int statusCode)
Converts a HTTP status code into the matching object.Status
Error. getStatus()
Status
GafferCheckedException. getStatus()
Status
GafferRuntimeException. getStatus()
static Status
Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static Status[]
Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.gov.gchq.gaffer.core.exception with parameters of type Status Modifier and Type Method Description void
GafferCheckedException. setStatus(Status status)
void
GafferRuntimeException. setStatus(Status status)
Error.ErrorBuilder
Error.ErrorBuilder. status(Status status)
Constructors in uk.gov.gchq.gaffer.core.exception with parameters of type Status Constructor Description GafferCheckedException(String message, Throwable cause, Status status)
GafferCheckedException(String message, Status status)
GafferCheckedException(Throwable cause, Status status)
GafferRuntimeException(String message, Throwable cause, Status status)
GafferRuntimeException(String message, Status status)
-
Uses of Status in uk.gov.gchq.gaffer.core.exception.serialisation
Methods in uk.gov.gchq.gaffer.core.exception.serialisation that return Status Modifier and Type Method Description Status
StatusDeserialiser. deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext)
Methods in uk.gov.gchq.gaffer.core.exception.serialisation with parameters of type Status Modifier and Type Method Description void
StatusSerialiser. serialize(Status statusType, com.fasterxml.jackson.core.JsonGenerator generator, com.fasterxml.jackson.databind.SerializerProvider provider)
-
Uses of Status in uk.gov.gchq.gaffer.operation
Constructors in uk.gov.gchq.gaffer.operation with parameters of type Status Constructor Description OperationException(String message, Throwable e, Status status)
OperationException(String message, Status status)
-