
nl.tweeenveertig.openstack.exception.NotEmptyException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of joss Show documentation
Show all versions of joss Show documentation
Java Client library for OpenStack Storage (Swift)
package nl.tweeenveertig.openstack.exception;
public class NotEmptyException extends CommandException {
public NotEmptyException(Integer httpStatusCode, CommandExceptionError error) {
super(httpStatusCode, error);
}
}