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

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

There is a newer version: 0.0.5
Show newest version
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