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

it.espr.injector.exception.InjectingException Maven / Gradle / Ivy

There is a newer version: 0.2.6
Show newest version
package it.espr.injector.exception;

public abstract class InjectingException extends Exception {

	private static final long serialVersionUID = 1L;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy