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

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

package io.baltoro.exception;

public class BaltoroException extends Exception
{

	static final long serialVersionUID = 1L;
	
	
	public BaltoroException(Throwable t) 
	{
		super(t);
	}
	
	public BaltoroException(String error) 
	{
		super(error);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy