[Spring] Spring Boot Exception
Exception
- Web Application의 입장에서 바라 보았을 때, 에러가 났을 때 내려줄 수 있는 방법은 많지 않음
- 에러 페이지
- 4XX Error or 5XX Error
- Client가 200외에 처리를 하지 못할 때는 200을 내려주고 별도의 에러 메세지 전달
- @ControllerAdvice: Global예외 처리 및 특정 Package/Controller 예외처리
- @ExceptionHandler: 특정 Controller의 예외처리