public class InvalidJokerSelectionException extends Exception { public InvalidJokerSelectionException(String msg) { super(msg); } }