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

be.looorent.anpr.WiegandException Maven / Gradle / Ivy

The newest version!
package be.looorent.anpr;

/**
 * @author Lorent Lempereur
 */
public class WiegandException extends RuntimeException {
    WiegandException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy