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

io.baltoro.exception.NotFoundException Maven / Gradle / Ivy

There is a newer version: 4.0.12
Show newest version
package io.baltoro.exception;

public class NotFoundException extends ServiceException
{

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;
	
	public NotFoundException(Throwable t) 
	{
		super(t);
	}


	public NotFoundException(String error) 
	{
		super(error);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy