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

io.leopard.core.exception.NoSuchFieldRuntimeException Maven / Gradle / Ivy

There is a newer version: 0.9.12
Show newest version
package io.leopard.core.exception;

public class NoSuchFieldRuntimeException extends NotFoundRuntimeException {

	private static final long serialVersionUID = 1L;

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy