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

org.asteriskjava.pbx.agi.config.DuplicateScriptException Maven / Gradle / Ivy

The newest version!
package org.asteriskjava.pbx.agi.config;

public class DuplicateScriptException extends Exception {
    public DuplicateScriptException(String string) {
        super(string);
    }

    /**
     *
     */
    private static final long serialVersionUID = -3931649299622511878L;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy