
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