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

io.github.eliux.mega.error.MegaLoginException Maven / Gradle / Ivy

Go to download

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

The newest version!
package io.github.eliux.mega.error;

public class MegaLoginException extends MegaException {

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

    public MegaLoginException(String errorMessage, Throwable detailedError) {
        super(errorMessage, detailedError);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy