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

com.venky.swf.exceptions.IncompleteDataException Maven / Gradle / Ivy

The newest version!
package com.venky.swf.exceptions;

public class IncompleteDataException extends RuntimeException {

	/**
	 * 
	 */
	private static final long serialVersionUID = 809101847413646997L;

	public IncompleteDataException() {
		super();
	}

	public IncompleteDataException(String message, Throwable cause) {
		super(message, cause);
	}

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

	public IncompleteDataException(Throwable cause) {
		super(cause);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy