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

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

package com.foreach.imageserver.client;

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

	public ImageServerException( Throwable cause ) {
		super( cause );
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy