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

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

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


/**
 * 
 * @author ltyao
 *
 */
public class DeviceUnlockException extends NestedException {

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

	/**
	 * 
	 */
	private static final long serialVersionUID = -5487201673781343155L;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy