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

net.commuty.parking.http.CredentialsException Maven / Gradle / Ivy

package net.commuty.parking.http;

/**
 * If your username or password is invalid, this exception will occur.
 */
public class CredentialsException extends ApiException {

    public CredentialsException() {
        super("Impossible to retrieve a token: Wrong credentials");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy