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

net.sf.juffrou.xml.error.NoSerializerException Maven / Gradle / Ivy

There is a newer version: 2.1.9
Show newest version
package net.sf.juffrou.xml.error;


public class NoSerializerException extends JuffrouXmlException {

	private static final long serialVersionUID = 4623925377842725784L;

	public NoSerializerException() {
		super();
		// TODO Auto-generated constructor stub
	}

	public NoSerializerException(String arg0, Throwable arg1) {
		super(arg0, arg1);
		// TODO Auto-generated constructor stub
	}

	public NoSerializerException(String arg0) {
		super(arg0);
		// TODO Auto-generated constructor stub
	}

	public NoSerializerException(Throwable arg0) {
		super(arg0);
		// TODO Auto-generated constructor stub
	}

	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy