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

org.datafx.crud.CrudException Maven / Gradle / Ivy

package org.datafx.crud;

public class CrudException extends Exception {

    public CrudException() {
        super();
    }

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

    public CrudException(String message, Throwable cause) {
        super(message, cause);
    }

    public CrudException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy