com.coinbase.api.exception.UnauthorizedException Maven / Gradle / Ivy
package com.coinbase.api.exception;
public class UnauthorizedException extends CoinbaseException {
public UnauthorizedException() {
super();
}
public UnauthorizedException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy