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

com.openxc.interfaces.network.NetworkSourceException Maven / Gradle / Ivy

There is a newer version: 5.1.1
Show newest version
package com.openxc.interfaces.network;

import com.openxc.sources.DataSourceException;

public class NetworkSourceException extends DataSourceException {
    private static final long serialVersionUID = -6548438435453446857L;

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

    public NetworkSourceException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy