com.terminaldriver.tn5250j.exceptions.InvalidKeyException 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 InvalidKeyException extends RuntimeException {
private static final long serialVersionUID = 1L;
public InvalidKeyException(final String message){
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy