package com.hearthsim.exception; public class HSInvalidPlayerIndexException extends HSException { private static final long serialVersionUID = 1L; public HSInvalidPlayerIndexException() { super(); } public HSInvalidPlayerIndexException(String message) { super(message); } }