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

mesosphere.marathon.client.MarathonException Maven / Gradle / Ivy

There is a newer version: 0.6.3
Show newest version
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