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

es.tid.bgp.bgp4.update.MalformedBGP4ElementException Maven / Gradle / Ivy

The newest version!
package es.tid.bgp.bgp4.update;

public class MalformedBGP4ElementException extends RuntimeException
{

	private final static long serialVersionUID = 1L;

	public MalformedBGP4ElementException(){ super(); }

	public MalformedBGP4ElementException(String message)
	{
		super(message);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy