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

com.findwise.hydra.local.FieldIsEmptyException Maven / Gradle / Ivy

There is a newer version: 0.5.0
Show newest version
package com.findwise.hydra.local;

public class FieldIsEmptyException extends Exception {

	public FieldIsEmptyException() {
		super();
	}

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy