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

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

There is a newer version: 0.7.0
Show newest version
package nl.tweeenveertig.openstack.exception;

public class NotFoundException extends CommandException {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy