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

com.coinbase.api.exception.UnauthorizedException Maven / Gradle / Ivy

The newest version!
package com.coinbase.api.exception;

public class UnauthorizedException extends CoinbaseException {

    public UnauthorizedException() {
        super();
    }
    
    public UnauthorizedException(String message) {
        super(message);
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy