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

com.linar.jintegra.AutomationException Maven / Gradle / Ivy

There is a newer version: 3.2.4
Show newest version
package com.linar.jintegra;

import java.io.IOException;

public class AutomationException extends IOException
{
    private static final long serialVersionUID = 1L;
    
    public AutomationException(long arg0, String arg1, String arg2) {
        
    }
    public AutomationException(Throwable arg0) {
        
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy