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

mesosphere.dcos.client.DCOSException Maven / Gradle / Ivy

There is a newer version: 0.6.3
Show newest version
package mesosphere.dcos.client;

import mesosphere.client.common.HttpResponseException;

public class DCOSException extends HttpResponseException {
    private static final long serialVersionUID = 1L;

    public DCOSException(int status, String message, String methodKey, String details) {
        super(status, message, methodKey, details);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy