Class AccessDeniedExceptionHandler

java.lang.Object
ch.tocco.nice2.dms.spi.publish.exception.FallbackNodeExceptionHandler
ch.tocco.nice2.dms.impl.publish.exception.handler.AccessDeniedExceptionHandler
All Implemented Interfaces:
ExceptionHandler<Exception>

@Component public class AccessDeniedExceptionHandler extends FallbackNodeExceptionHandler
  • Constructor Details

  • Method Details

    • handle

      public void handle(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Exception exception) throws Exception
      Throws:
      Exception