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

de.dfki.cos.basys.common.component.registry.ComponentRegistrationException Maven / Gradle / Ivy

package de.dfki.cos.basys.common.component.registry;

public class ComponentRegistrationException extends Exception {

	/**
	 * 
	 */
	private static final long serialVersionUID = -8784330350465189475L;

	public ComponentRegistrationException() {
		super();
		// TODO Auto-generated constructor stub
	}

	public ComponentRegistrationException(String message, Throwable cause, boolean enableSuppression,
			boolean writableStackTrace) {
		super(message, cause, enableSuppression, writableStackTrace);
		// TODO Auto-generated constructor stub
	}

	public ComponentRegistrationException(String message, Throwable cause) {
		super(message, cause);
		// TODO Auto-generated constructor stub
	}

	public ComponentRegistrationException(String message) {
		super(message);
		// TODO Auto-generated constructor stub
	}

	public ComponentRegistrationException(Throwable cause) {
		super(cause);
		// TODO Auto-generated constructor stub
	}

	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy