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

exception.NodeNotFoundException Maven / Gradle / Ivy

The newest version!
package exception;

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy