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