
com.github.jsr330.spi.config.builder.BinderException Maven / Gradle / Ivy
package com.github.jsr330.spi.config.builder;
public class BinderException extends RuntimeException {
private static final long serialVersionUID = 3546496886629517153L;
public BinderException() {
}
public BinderException(String message) {
super(message);
}
public BinderException(Throwable cause) {
super(cause);
}
public BinderException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy