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

com.onloupe.model.exception.DirectoryNotFoundException Maven / Gradle / Ivy

The newest version!
package com.onloupe.model.exception;

public class DirectoryNotFoundException extends GibraltarException {

	private static final long serialVersionUID = 1L;

	public DirectoryNotFoundException() {
		// TODO Auto-generated constructor stub
	}

	public DirectoryNotFoundException(String message) {
		super(message);
		// TODO Auto-generated constructor stub
	}

	public DirectoryNotFoundException(String message, RuntimeException innerException) {
		super(message, innerException);
		// TODO Auto-generated constructor stub
	}

	public DirectoryNotFoundException(String message, Throwable cause) {
		super(message, cause);
		// TODO Auto-generated constructor stub
	}

	public DirectoryNotFoundException(Throwable cause) {
		super(cause);
		// TODO Auto-generated constructor stub
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy