com.foreach.imageserver.client.ImageServerException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of imageserver-client Show documentation
Show all versions of imageserver-client Show documentation
ImageServer application modules.
package com.foreach.imageserver.client;
public class ImageServerException extends RuntimeException
{
public ImageServerException( String cause ) {
super( cause );
}
}