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

com.github.eliux.mega.error.MegaCmdInvalidArguments Maven / Gradle / Ivy

Go to download

Java client library that works on top of MEGAcmd to provide access to the services of Mega.nz

There is a newer version: 1.6.2
Show newest version
package com.github.eliux.mega.error;

public class MegaCmdInvalidArguments extends MegaException {

    public MegaCmdInvalidArguments(String errorMessage) {
        super(errorMessage);
    }

    public MegaCmdInvalidArguments(String errorMessage, Object... args) {
        super(errorMessage, args);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy