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

com.ziqni.admin.sdk.streaming.exceptions.ClientTransportException Maven / Gradle / Ivy

There is a newer version: 1.0.24
Show newest version
/*
 * Copyright (c) 2024. ZIQNI LTD registered in England and Wales, company registration number-09693684
 */

package com.ziqni.admin.sdk.streaming.exceptions;

public class ClientTransportException extends Throwable {
    public ClientTransportException(String s, Throwable e) {
        super(s,e);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy