javax.constraints.ConstraintException Maven / Gradle / Ivy
package javax.constraints;
public class ConstraintException extends RuntimeException {
public ConstraintException() {
super();
// TODO Auto-generated constructor stub
}
public ConstraintException(String arg0, Throwable arg1) {
super(arg0, arg1);
// TODO Auto-generated constructor stub
}
public ConstraintException(String arg0) {
super(arg0);
// TODO Auto-generated constructor stub
}
public ConstraintException(Throwable arg0) {
super(arg0);
// TODO Auto-generated constructor stub
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy