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

com.foreach.imageserver.client.ImageServerException Maven / Gradle / Ivy

There is a newer version: 6.2.1.RELEASE
Show newest version
package com.foreach.imageserver.client;

public class ImageServerException extends RuntimeException
{
	public ImageServerException( String cause ) {
		super( cause );
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy