Class ExceptionAdvice


  • @ControllerAdvice
    public class ExceptionAdvice
    extends Object
    • Constructor Detail

      • ExceptionAdvice

        public ExceptionAdvice()
    • Method Detail

      • handleResourceNotFoundException

        @ResponseStatus(NOT_FOUND)
        @ExceptionHandler(de.digitalcollections.model.api.identifiable.resource.exceptions.ResourceNotFoundException.class)
        public void handleResourceNotFoundException​(Exception exception)