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

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

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

public class NextcloudOperationFailedException extends NextcloudApiException {
    private static final long serialVersionUID = 6382478664807826933L;

    public NextcloudOperationFailedException(int statuscode, String message) {
        super(String.format("Nextcloud API call failed with statuscode %d and message \"%s\"", statuscode, message));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy