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

nl.tweeenveertig.openstack.exception.NotModifiedException Maven / Gradle / Ivy

package nl.tweeenveertig.openstack.exception;

public class NotModifiedException extends CommandException {

    public NotModifiedException(Integer httpStatusCode, CommandExceptionError error) {
        super(httpStatusCode, error);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy