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

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

There is a newer version: 1.10.0
Show newest version
package com.coinbase.api.exception;

public class UnauthorizedDeviceException extends CoinbaseException {

    public UnauthorizedDeviceException() {
        super("Unconfirmed Device");
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy