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

com.easemob.im.server.api.chatgroups.exception.ChatGroupsException Maven / Gradle / Ivy

package com.easemob.im.server.api.chatgroups.exception;

import com.easemob.im.server.api.ApiException;

public class ChatGroupsException extends ApiException {
    public ChatGroupsException(String message) {
        super(message);
    }

    public ChatGroupsException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy