All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tvd12.gamebox.exception.LocationNotAvailableException Maven / Gradle / Ivy

There is a newer version: 1.2.4
Show newest version
package com.tvd12.gamebox.exception;

public class LocationNotAvailableException extends IllegalArgumentException {
	private static final long serialVersionUID = 7903554823337949693L;

	public LocationNotAvailableException(String msg) {
		super(msg);
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy