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

exception.TreeRemovalException Maven / Gradle / Ivy

The newest version!
package exception;

/**
 * Created by chief on 04.07.17.
 */
public class TreeRemovalException extends AbstractCustomException {
    public TreeRemovalException(Exception exception) {
        super(exception);
    }

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy