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

org.brewchain.sdk.model.ChainException Maven / Gradle / Ivy

There is a newer version: 2.2.1
Show newest version
package org.brewchain.sdk.model;

public class ChainException extends RuntimeException {
    private static final long serialVersionUID = -2820610267034233902L;

    
    public ChainException(String msg){
        super(msg);
    }
    
    
    
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy