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

org.geojsf.exception.UnconsistentConfgurationException Maven / Gradle / Ivy

The newest version!
package org.geojsf.exception;

public class UnconsistentConfgurationException extends Exception {

	private static final long serialVersionUID = 1L;
	
	 public UnconsistentConfgurationException ()
     {
     }

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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy