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

fr.w3blog.zpl.model.ZebraPrintException Maven / Gradle / Ivy

There is a newer version: 0.0.4
Show newest version
package fr.w3blog.zpl.model;

/**
 * Exception throwed when Socket communication with printer failed
 * 
 * @author ttropard
 * 
 */
public class ZebraPrintException extends Exception {
	/**
	 * Default Constructor
	 * 
	 * @param message
	 *            message
	 */
	public ZebraPrintException(String message, Throwable t) {
		super(message, t);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy