Class GlobalExceptionHandler
java.lang.Object
ch.admin.bit.jeap.errorhandling.domain.exceptions.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
-
handleBadRequestException
@ExceptionHandler(ErrorGroupNotFoundException.class) public org.springframework.http.ResponseEntity<ErrorResponse> handleBadRequestException(ErrorGroupNotFoundException ex) -
handleBadRequestException
@ExceptionHandler(TicketNumberAlreadyExistsException.class) public org.springframework.http.ResponseEntity<ErrorResponse> handleBadRequestException(TicketNumberAlreadyExistsException ex)
-