com.rocketlabs.sellercenterapi.exceptions.AuthenticationException Maven / Gradle / Ivy
package com.rocketlabs.sellercenterapi.exceptions;
public class AuthenticationException extends ApiException {
public AuthenticationException(String message) {
super(message);
}
}