org.asteriskjava.pbx.agi.config.DuplicateScriptException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of asterisk-java Show documentation
Show all versions of asterisk-java Show documentation
The free Java library for Asterisk PBX integration.
package org.asteriskjava.pbx.agi.config;
public class DuplicateScriptException extends Exception
{
public DuplicateScriptException(String string)
{
super(string);
}
/**
*
*/
private static final long serialVersionUID = -3931649299622511878L;
}