Package uk.gov.gchq.gaffer.commonutil.exception
Common exceptions.
-
Exception Summary Exception Description LimitExceededException ALimitExceededException
is aRuntimeException
that will be thrown when an operation exceeds, or would exceed, some constraining limit.OverwritingException AnOverwritingException
should be thrown when a condition will cause something to be overwritten.UnauthorisedException AnUnauthorisedException
is aRuntimeException
that will be when an unauthorised action is attempted.