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

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