Package com.profile.searcher.rest.v1
Class ExceptionHandlerAdvice
java.lang.Object
com.profile.searcher.rest.v1.ExceptionHandlerAdvice
-
Constructor Details
-
ExceptionHandlerAdvice
public ExceptionHandlerAdvice()
-
-
Method Details
-
handleLinkedInProfileSearcherException
@ExceptionHandler(LinkedInProfileSearcherException.class) public org.springframework.http.ResponseEntity<String> handleLinkedInProfileSearcherException(LinkedInProfileSearcherException e) -
handleRuntimeException
@ExceptionHandler(java.lang.RuntimeException.class) public org.springframework.http.ResponseEntity<String> handleRuntimeException(RuntimeException e)
-