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.classValidationExceptionMapper"Special" implementation for exceptions that extendValidationException, as those do not "go through"NessieExceptionMapperand there need to be twoExceptionMapperbeans for the Nessie-server.
-