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

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

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

public class TwoFactorIncorrectException extends CoinbaseException {
    
    public TwoFactorIncorrectException() {
        super("The two factor token is incorrect or expired");
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy