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

de.uni.freiburg.iig.telematik.sepia.exception.PNSoundnessException Maven / Gradle / Ivy

package de.uni.freiburg.iig.telematik.sepia.exception;


public class PNSoundnessException extends PNException {
	
	private static final long serialVersionUID = 3412900049637701904L;

	public PNSoundnessException() {
		super();
	}

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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy