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

com.rocketlabs.sellercenterapi.exceptions.AuthenticationException Maven / Gradle / Ivy

package com.rocketlabs.sellercenterapi.exceptions;

public class AuthenticationException extends ApiException {
    public AuthenticationException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy