org.javaswift.joss.exception.AlreadyExistsException Maven / Gradle / Ivy
package org.javaswift.joss.exception;
public class AlreadyExistsException extends CommandException {
public AlreadyExistsException(Integer httpStatusCode, CommandExceptionError error) {
super(httpStatusCode, error);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy