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

org.deephacks.graphene.DeleteConstraintException Maven / Gradle / Ivy

There is a newer version: 0.2.2
Show newest version
package org.deephacks.graphene;

public class DeleteConstraintException extends RuntimeException {
    public DeleteConstraintException(String message) {
        super(message);
    }

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy