UndeclaredThrowableException?? (2)
·
Troubleshooting
2024.06.02 - [Troubleshooting] - UndeclaredThrowableException ?? (1)이전글 왜 UndeclaredThrowableException 이 발생했을까요? 프록시 인스턴스에서 호출된 메서드 (이 경우 컨트롤러의 메서드) 의 throw 절에 선언된 예외에 할당할 수 없는'checked exception' 이 발생했을 때 던지는 예외였습니다. package org.apache.tomcat.websocket;public class AuthenticationException extends Exception tomcat.websocket의 'AuthenticationException` 은 'Exception`을 상속하는 'checked exception` 이었기..