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

net.anotheria.anosite.photoserver.api.photo.DefaultPhotoNotFoundAPIException Maven / Gradle / Ivy

The newest version!
package net.anotheria.anosite.photoserver.api.photo;

/**
 * Exception which indicates that for some reason Default photo was not found.
 *
 * @author h3ll
 * @version $Id: $Id
 */
public class DefaultPhotoNotFoundAPIException extends PhotoAPIException {
	/**
	 * Basic serial version UID.
	 */
	private static final long serialVersionUID = 7813716476769011896L;

	/**
	 * Constructor.
	 *
	 * @param message message string
	 */
	public DefaultPhotoNotFoundAPIException(String message) {
		super(message);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy