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

io.hcxprotocol.exception.ServerException 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;

/**
 * The exception to capture the unknown errors.
 */
public class ServerException extends Exception{

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy