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

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

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

public class PNException extends Exception {

	private static final long serialVersionUID = -3049093299823813740L;

	public PNException() {
		super();
	}

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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy