이메일 인증시 인증 토큰 생성하는 메서드 작성 중 아래와 같은 에러가 발생
Exception ServletException is not compatible with throws clause in MemberService.mailSender(String, String, boolean)
> 해당 serviceImpl의 interface에서도 동일한 Exception 처리를 하는 signature 가 없어 발생함
> 동일하게 Exception 처리 후 에러 해결