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

com.bloxbean.cardano.client.exception.AddressExcepion Maven / Gradle / Ivy

The newest version!
package com.bloxbean.cardano.client.exception;

public class AddressExcepion extends Exception {

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

    public AddressExcepion(String message, Exception e) {
        super(message, e);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy