
com.bloxbean.cardano.client.coinselection.exception.InputsExhaustedException Maven / Gradle / Ivy
package com.bloxbean.cardano.client.coinselection.exception;
import com.bloxbean.cardano.client.coinselection.exception.base.CoinSelectionException;
public class InputsExhaustedException extends CoinSelectionException {
public InputsExhaustedException() {
super("INPUTS_EXHAUSTED");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy