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

com.mageddo.togglefirst.ToggleFirstException Maven / Gradle / Ivy

There is a newer version: 1.4.9
Show newest version
package com.mageddo.togglefirst;

public class ToggleFirstException extends RuntimeException {

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

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy