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

io.hcxprotocol.exception.ClientException Maven / Gradle / Ivy

Go to download

The SDK for HCX Participant System to help in integrating with HCX Gateway easily.

There is a newer version: 1.0.8
Show newest version
package io.hcxprotocol.exception;

public class ClientException extends Exception{

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy