Class UserNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.example.chessdotnet.exception.UserNotFoundException
-
Constructor Summary
ConstructorDescriptionUserNotFoundException
(String message) 지정된 오류 메시지로 새 UserNotFoundException을 생성합니다. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserNotFoundException
지정된 오류 메시지로 새 UserNotFoundException을 생성합니다.- Parameters:
message
- 예외에 대한 상세 메시지
-