Class ControllerExceptionHandler

java.lang.Object
com.netflix.kayenta.controllers.ControllerExceptionHandler

@RestControllerAdvice public class ControllerExceptionHandler extends Object
  • Constructor Details

    • ControllerExceptionHandler

      public ControllerExceptionHandler()
  • Method Details

    • handleException

      @ResponseStatus(BAD_REQUEST) @ExceptionHandler(java.lang.IllegalArgumentException.class) public Map handleException(IllegalArgumentException e)
    • handleException

      @ResponseStatus(NOT_FOUND) @ExceptionHandler(com.netflix.spinnaker.kork.web.exceptions.NotFoundException.class) public Map handleException(com.netflix.spinnaker.kork.web.exceptions.NotFoundException e)