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

org.test4j.exception.NoSuchFieldRuntimeException Maven / Gradle / Ivy

There is a newer version: 2.7.0
Show newest version
package org.test4j.exception;

public class NoSuchFieldRuntimeException extends RuntimeException {

	private static final long serialVersionUID = -4445906138048916133L;

	public NoSuchFieldRuntimeException() {
		super();
	}

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy