![JAR search and dependency download from the Maven repository](/logo.png)
mesosphere.marathon.client.MarathonException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of marathon-client Show documentation
Show all versions of marathon-client Show documentation
A Java API client for Mesosphere's Marathon.
package mesosphere.marathon.client;
import mesosphere.client.common.HttpResponseException;
public class MarathonException extends HttpResponseException {
private static final long serialVersionUID = 1L;
public MarathonException(int status, String message) {
super(status, message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy