Class UserNotInRoomException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.example.chessdotnet.exception.UserNotInRoomException
All Implemented Interfaces:
Serializable

public class UserNotInRoomException extends RuntimeException
사용자가 방에 존재하지 않을 때 발생하는 예외입니다.
Author:
전종영
See Also:
  • Constructor Details

    • UserNotInRoomException

      public UserNotInRoomException(String message)
      지정된 오류 메시지로 새 UserNotInRoomException을 생성합니다.
      Parameters:
      message - 예외에 대한 상세 메시지