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

prerna.io.connector.antivirus.VirusScanningException Maven / Gradle / Ivy

The newest version!
package prerna.io.connector.antivirus;

import java.io.IOException;

public class VirusScanningException extends IOException {

    public VirusScanningException() {
        super();
    }

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

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

    public VirusScanningException(Throwable cause) {
        super(cause);
    }
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy