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

br.com.anteros.nextcloud.api.exception.MoreThanOneShareFoundException Maven / Gradle / Ivy

There is a newer version: 1.0.16
Show newest version
package br.com.anteros.nextcloud.api.exception;

public class MoreThanOneShareFoundException extends NextCloudApiException {
    private static final long serialVersionUID = 5654006062204752474L;

    public MoreThanOneShareFoundException(int shareId) {
        super(String.format("More than one share found, not possible <%d>", shareId));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy