Erro ao tentar sobrescrever o método preHandle da classe HandlerInterceptorAdapter

Olá pessoal, estou seguindo o curso FJ-21, e no exercício 12.8 (interceptadores com Spring) estou tendo dificuldades ao tentar sobrescrever o método preHandle da classe HandlerInterceptorAdapter. A mensagem que recebo é:

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping#0' defined in ServletContext resource [/WEB-INF/springmvc-servlet.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.web.servlet.handler.MappedInterceptor#1': Could not resolve matching constructor (hint: specify index/type/name arguments for simple parameters to avoid type ambiguities)

Seguem abaixo o código do meu interceptador:

Obs: Estou utilizando a IDE Netbeans

Desde já, agradeço a ajuda.