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

org.chainmaker.sdk.ChainClientException Maven / Gradle / Ivy

There is a newer version: 3.0.0_alpha
Show newest version
/*
Copyright (C) THL A29 Limited, a Tencent company. All rights reserved.

SPDX-License-Identifier: Apache-2.0
*/

package org.chainmaker.sdk;

public class ChainClientException extends SdkException {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy