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

io.github.icodegarden.nutrient.lang.exception.remote.TimeoutRemoteException Maven / Gradle / Ivy

The newest version!
package io.github.icodegarden.nutrient.lang.exception.remote;

/**
 * @author Fangfang.Xu
 */
public class TimeoutRemoteException extends RemoteException {

	private static final long serialVersionUID = 1L;

	public TimeoutRemoteException(String message) {
		super(message);
	}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy