org.paylogic.fogbugz.InvalidResponseException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Fogbugz Show documentation
Show all versions of Fogbugz Show documentation
Java classes to provide interface to work with FogBugz 7+ XML API
package org.paylogic.fogbugz;
public class InvalidResponseException extends Exception{
public InvalidResponseException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy