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

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

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

public class NextCloudApiException extends RuntimeException {
    private static final long serialVersionUID = 8088239559973590632L;

    public NextCloudApiException(Throwable cause) {
        super(cause);
    }

    public NextCloudApiException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy