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

org.voovan.http.server.exception.ResourceNotFound Maven / Gradle / Ivy

package org.voovan.http.server.exception;

/**
 * 资源不存在异常
 * @author helyho
 *
 */
public class ResourceNotFound extends Exception {

	/**
	 * 
	 */
	private static final long	serialVersionUID	= 1L;
	
	public ResourceNotFound(String description){
		super(description);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy