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

tech.pardus.utilities.CheckedException Maven / Gradle / Ivy

There is a newer version: 0.0.12
Show newest version
/**
 *
 */
package tech.pardus.utilities;

/**
 * @author deniz.toktay
 * @since Aug 20, 2020
 */
public class CheckedException extends RuntimeException {

	/**
	 *
	 */
	private static final long serialVersionUID = 1L;

	/**
	 * @param cause
	 */
	public CheckedException(Throwable cause) {
		super(cause);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy