com.terminaldriver.tn5250j.exceptions.ObjectInitException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of terminaldriver-tn5250j Show documentation
Show all versions of terminaldriver-tn5250j Show documentation
terminal driver for 5250 telnet
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