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

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

package com.socialbakers.config.exception;

public class DumpException extends ConfigurationException {

	public DumpException() {
		super();
	}

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

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy