Class PathResolveLimitExceededExceptionMapper

java.lang.Object
ch.tocco.nice2.rest.entity.impl.error.PathResolveLimitExceededExceptionMapper
All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<PathResolveLimitExceededException>

@Component public class PathResolveLimitExceededExceptionMapper extends Object implements jakarta.ws.rs.ext.ExceptionMapper<PathResolveLimitExceededException>
This exception mapper is registered on the PathResolveLimitExceededException. The exception is mapped onto a 403 FORBIDDEN response.
  • Constructor Details

    • PathResolveLimitExceededExceptionMapper

      public PathResolveLimitExceededExceptionMapper()
  • Method Details