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

com.terminaldriver.tn5250j.exceptions.ObjectInitException Maven / Gradle / Ivy

There is a newer version: 0.0.5
Show newest version
package com.terminaldriver.tn5250j.exceptions;

public class ObjectInitException extends RuntimeException{
	
	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;

	public ObjectInitException(Exception e){
		super(e);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy