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

com.socialbakers.config.exception.HelpException Maven / Gradle / Ivy

package com.socialbakers.config.exception;

public class HelpException extends ConfigurationException {

	public HelpException() {
		super();
	}

	public HelpException(String s) {
		super(s);
	}

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy