Class AddedDuplicatedRoomException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tenio.core.exception.AddedDuplicatedRoomException
All Implemented Interfaces:
Serializable

public final class AddedDuplicatedRoomException extends RuntimeException
When you try to add a room which existed in the server.
See Also:
  • Constructor Details

    • AddedDuplicatedRoomException

      public AddedDuplicatedRoomException(Room room)
      When you try to add a room which existed in the server.
      Parameters:
      room - the target room