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

org.bidib.jbidibc.scm.exception.InitDeviceInProgressException Maven / Gradle / Ivy

The newest version!
package org.bidib.jbidibc.scm.exception;

public class InitDeviceInProgressException extends Exception {

    private static final long serialVersionUID = 1L;

    public InitDeviceInProgressException(String message, Throwable ex) {
        super(message, ex);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy