Uses of Class
org.projectnessie.services.rest.BaseExceptionMapper
-
-
Uses of BaseExceptionMapper in org.projectnessie.services.rest
Subclasses of BaseExceptionMapper in org.projectnessie.services.rest Modifier and Type Class Description classNessieExceptionMapper"Default" exception mapper implementations, mostly used to serialize theNessie-exceptionsas JSON consumable by Nessie client implementations.classNessieJaxRsJsonMappingExceptionMapper"Special" implementation for exceptions that extendJsonMappingExceptionthat is needed when using Jackson-JaxRs, as those do not "go through"NessieExceptionMapper, because Jackson-JaxRs provides its own mapper forJsonMappingException.classNessieJaxRsJsonParseExceptionMapper"Special" implementation for exceptions that extendJsonParseExceptionthat is needed when using Jackson-JaxRs, as those do not "go through"NessieExceptionMapper, because Jackson-JaxRs provides its own mapper forJsonParseException.classValidationExceptionMapper"Special" implementation for exceptions that extendValidationException, as those do not "go through"NessieExceptionMapperand there need to be twoExceptionMapperbeans for the Nessie-server.
-