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

com.ch.exception.PropertyNotFoundException Maven / Gradle / Ivy

There is a newer version: 1.0.9
Show newest version
package com.ch.exception;

public class PropertyNotFoundException extends  Exception {
	/**
	 * 
	 */
	private static final long serialVersionUID = 2200877872113627471L;
	public PropertyNotFoundException(String message) {
		super(message);
	}
	public PropertyNotFoundException(String message, Throwable cause) {
		super(message, cause);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy