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

com.github.cosysoft.device.exception.DeviceNotFoundException Maven / Gradle / Ivy

There is a newer version: 0.9.3
Show newest version
package com.github.cosysoft.device.exception;


public class DeviceNotFoundException extends NestedException {

	/**
	 * 
	 */
	private static final long serialVersionUID = 5641289183499526194L;

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

	public DeviceNotFoundException(String msg, Throwable cause) {
		super(msg, cause);
	}

	public DeviceNotFoundException(Throwable cause) {
		super(cause);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy