package com.k_int.aggr2.properties.hdo;

public class PropertyException extends Exception {

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;

	public PropertyException() {
		// TODO Auto-generated constructor stub
	}

	public PropertyException(String message) {
		super(message);
		// TODO Auto-generated constructor stub
	}

	public PropertyException(Throwable cause) {
		super(cause);
		// TODO Auto-generated constructor stub
	}

	public PropertyException(String message, Throwable cause) {
		super(message, cause);
		// TODO Auto-generated constructor stub
	}

}
