Package com.netflix.kayenta.controllers
Class ControllerExceptionHandler
java.lang.Object
com.netflix.kayenta.controllers.ControllerExceptionHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhandleException(com.netflix.spinnaker.kork.web.exceptions.NotFoundException e)
-
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)
-