HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
[New] 타일러팀
[New] 타일러팀
/
코코아 헤어샵
코코아 헤어샵
/
👥
Reservation 분업
/
📄
ReservationNotFoundException.java
📄

ReservationNotFoundException.java

package com.prgms.kokoahairshop.reservation.exception; public class ReservationNotFoundException extends RuntimeException{ public ReservationNotFoundException() { } public ReservationNotFoundException(String message) { super(message); } }
  • EntityNotFoundException와 같이 리팩토링 하면 좋을 것 같음