Package com.bytedesk.forum.exception
Class GlobalExceptionHandler
java.lang.Object
com.bytedesk.forum.exception.GlobalExceptionHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ErrorResponse>
org.springframework.http.ResponseEntity<ErrorResponse>
-
Constructor Details
-
GlobalExceptionHandler
public GlobalExceptionHandler()
-
-
Method Details
-
handleForumException
@ExceptionHandler(ForumException.class) public org.springframework.http.ResponseEntity<ErrorResponse> handleForumException(ForumException ex) -
handleException
@ExceptionHandler(java.lang.Exception.class) public org.springframework.http.ResponseEntity<ErrorResponse> handleException(Exception ex)
-